mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials: Updated formatting of dictionaries and specification of 'plane' and 'samplePlane'
This commit is contained in:
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
inletMassFlowRate
|
||||
{
|
||||
type surfaceRegion;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
fields
|
||||
(
|
||||
@ -32,7 +32,7 @@ inletMassFlowRate
|
||||
outletMassFlowRate
|
||||
{
|
||||
type surfaceRegion;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
fields
|
||||
(
|
||||
@ -55,7 +55,7 @@ outletMassFlowRate
|
||||
totalMass
|
||||
{
|
||||
type coded;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
name error;
|
||||
|
||||
code
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs ( "libfieldFunctionObjects.so" );
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user