mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: use simpler syntax for libs entries
This commit is contained in:
committed by
Andrew Heather
parent
6eaa326cec
commit
880d81475b
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
libs ("libfvMotionSolvers.so");
|
||||
libs (fvMotionSolvers);
|
||||
|
||||
application potentialFreeSurfaceDyMFoam;
|
||||
|
||||
@ -58,7 +58,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
libs ("libforces.so");
|
||||
libs (forces);
|
||||
writeControl writeTime;
|
||||
patches (floatingObject);
|
||||
rho rhoInf;
|
||||
@ -70,7 +70,7 @@ functions
|
||||
poolHeight
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
log yes;
|
||||
|
||||
Reference in New Issue
Block a user