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
@ -4,7 +4,7 @@
|
||||
dataCloud
|
||||
{
|
||||
type dataCloud;
|
||||
libs ("liblagrangianFunctionObjects.so");
|
||||
libs (lagrangianFunctionObjects);
|
||||
log true;
|
||||
|
||||
cloud coalCloud1;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
cloudWrite1
|
||||
{
|
||||
type vtkCloud;
|
||||
libs ("liblagrangianFunctionObjects.so");
|
||||
libs (lagrangianFunctionObjects);
|
||||
log true;
|
||||
|
||||
// Cloud name
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
dataCloud
|
||||
{
|
||||
type dataCloud;
|
||||
libs ("liblagrangianFunctionObjects.so");
|
||||
libs (lagrangianFunctionObjects);
|
||||
log true;
|
||||
|
||||
// Nothing happens before this anyhow
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
cloudWrite
|
||||
{
|
||||
type vtkCloud;
|
||||
libs ("liblagrangianFunctionObjects.so");
|
||||
libs (lagrangianFunctionObjects);
|
||||
log true;
|
||||
|
||||
// Nothing happens before this anyhow
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
vtkWrite
|
||||
{
|
||||
type vtkWrite;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
libs (utilityFunctionObjects);
|
||||
log true;
|
||||
|
||||
// Nothing happens before this anyhow
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldExtents
|
||||
{
|
||||
type fieldExtents;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
region wallFilmRegion;
|
||||
threshold 0.5;
|
||||
fields (alpha);
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
surfaceFieldValue1
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
writeFields no;
|
||||
|
||||
@ -55,7 +55,7 @@ functions
|
||||
surfaceFieldValue1
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
writeFields no;
|
||||
|
||||
@ -51,7 +51,7 @@ functions
|
||||
surfaceFieldValue1
|
||||
{
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
enabled yes;
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
|
||||
@ -54,7 +54,7 @@ functions
|
||||
distribtion1
|
||||
{
|
||||
type particleDistribution;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
cloud sprayCloud;
|
||||
nameVsBinWidth
|
||||
|
||||
Reference in New Issue
Block a user