tutorials: Updated formatting of dictionaries and specification of 'plane' and 'samplePlane'
This commit is contained in:
@ -49,14 +49,14 @@ functions
|
||||
{
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
libs ( "libforces.so" );
|
||||
patches (hull);
|
||||
rhoInf 998.8;
|
||||
log on;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
CofR (2.929541 0 0.2);
|
||||
type forces;
|
||||
libs ("libforces.so");
|
||||
patches (hull);
|
||||
rhoInf 998.8;
|
||||
log on;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
CofR (2.929541 0 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
inletFlux
|
||||
{
|
||||
type surfaceRegion;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl timeStep;
|
||||
log true;
|
||||
// Output field values as well
|
||||
|
||||
Reference in New Issue
Block a user