Change Fluent Working Directory
Fluent uses two working directories, one can be printed using the pwd command, the other using the (cortex-pwd) command. If these two working directories are not matching then there can be strange behaviour from automatic exports or other file operations that use relative paths. An example of this can be if one accidentally starts the solver in windows using a UNC path. If you’re in the situation where you see that these two working directories are not matching then there is the sync-chdir < directory > command to set both of the working directories to the same location. Double check with pwd and (cortex-pwd) afterwards.