STYLE: tutorials: load in additional models. See #1726.

This commit is contained in:
mattijs
2020-06-10 12:56:55 +01:00
parent 003ec000e0
commit 6a8dab0011
5 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all utilities know specialised models
libs (atmosphericModels);
application simpleFoam; application simpleFoam;
startFrom latestTime; startFrom latestTime;

View File

@ -14,6 +14,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all utilities know specialised models
libs (atmosphericModels);
application simpleFoam; application simpleFoam;
startFrom latestTime; startFrom latestTime;

View File

@ -14,6 +14,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all utilities know specialised models
libs (atmosphericModels);
application buoyantBoussinesqSimpleFoam; application buoyantBoussinesqSimpleFoam;
startFrom latestTime; startFrom latestTime;

View File

@ -14,6 +14,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all utilities know specialised models
libs (atmosphericModels);
application buoyantBoussinesqSimpleFoam; application buoyantBoussinesqSimpleFoam;
startFrom latestTime; startFrom latestTime;

View File

@ -14,6 +14,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Make sure all utilities know specialised models
libs (atmosphericModels);
application buoyantBoussinesqSimpleFoam; application buoyantBoussinesqSimpleFoam;
startFrom startTime; startFrom startTime;