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
@ -59,7 +59,7 @@ functions
|
||||
inletFlux
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl timeStep;
|
||||
log true;
|
||||
writeFields false;
|
||||
@ -72,7 +72,7 @@ functions
|
||||
outletFlux
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl timeStep;
|
||||
log true;
|
||||
writeFields false;
|
||||
@ -85,7 +85,7 @@ functions
|
||||
atmosphereFlux
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl timeStep;
|
||||
log true;
|
||||
writeFields false;
|
||||
|
||||
Reference in New Issue
Block a user