mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use simpler syntax for libs entries
This commit is contained in:
committed by
Andrew Heather
parent
6eaa326cec
commit
880d81475b
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
inletMassFlowRate
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
|
||||
fields
|
||||
(
|
||||
@ -32,7 +32,7 @@ inletMassFlowRate
|
||||
outletMassFlowRate
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
|
||||
fields
|
||||
(
|
||||
@ -56,7 +56,7 @@ totalMass
|
||||
{
|
||||
name error;
|
||||
type coded;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
libs (utilityFunctionObjects);
|
||||
|
||||
code
|
||||
#{
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
timeStepping
|
||||
{
|
||||
type setTimeStep;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
libs (utilityFunctionObjects);
|
||||
enabled yes;
|
||||
deltaT tableFile;
|
||||
file "system/deltaTvalues";
|
||||
@ -65,7 +65,7 @@ functions
|
||||
minMaxp
|
||||
{
|
||||
type fieldMinMax;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
fields
|
||||
(
|
||||
p
|
||||
|
||||
Reference in New Issue
Block a user