-
SymptomIf the installation of blueCFD-Core is done (for example) at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SolutionThis depends on which version of blueCFD-Core is being used, for which the following sections were written: blueCFD-Core 2016-1If blueCFD-Core 2016-1 is being used, then this means that the installation will work for the most part, but it's left to the user the need to manually run the cases from the user's own folders, instead of running it from inside blueCFD-Core's folders. More specifically, if the user starts a new blueCFD-Core terminal and run the following commands: (These commands related to the introductory section of chapter 2 on the OpenFOAM User Guide.) This will not work when it's installed in read-only mode, because the folder defined in the variable This means that in this scenario, the user is expected to instead navigate in Windows Explorer into their own blueCFD-Core 2016-2 and newerStarting with blueCFD-Core 2016-2, a mechanism has been built into the blueCFD-Core terminal start-up sequence to copy and set-up the terminal environment to work from within the user's own folder, which is defined by Windows' environment variable This means that everything in blueCFD-Core should work as expected, namely the following commands should work as intended: (These commands are related to the introductory section of chapter 2 on the OpenFOAM User Guide.) The actual location of folder the This should open Windows Explorer, in the user's folder, for example at: Where More specific details on how this feature was implemented are provided in the report associated to the development feature, namely in Issue #34. |
Beta Was this translation helpful? Give feedback.
Solution
This depends on which version of blueCFD-Core is being used, for which the following sections were written:
blueCFD-Core 2016-1
If blueCFD-Core 2016-1 is being used, then this means that the installation will work for the most part, but it's left to the user the need to manually run the cases from the user's own folders, instead of running it from inside blueCFD-Core's folders.
More specifically, if the user starts a new blueCFD-Core terminal and run the following commands:
(These commands related to the introductory section of chapter 2 on the OpenFOAM User Guide.)
T…