mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
tutorials: Updated formatting of dictionaries and specification of 'plane' and 'samplePlane'
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
cuttingPlane
|
||||
{
|
||||
type surfaces;
|
||||
libs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
writeControl writeTime;
|
||||
|
||||
@ -26,8 +26,8 @@ cuttingPlane
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
basePoint (0 0 0);
|
||||
normalVector (0 0 1);
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
}
|
||||
interpolate true;
|
||||
}
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
interpolationScheme cellPointFace;
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
interpolationScheme cellPointFace;
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
|
||||
@ -53,12 +53,12 @@ functions
|
||||
{
|
||||
probes
|
||||
{
|
||||
libs ( "libsampling.so" );
|
||||
type probes;
|
||||
name probes;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
fields ( p );
|
||||
libs ("libsampling.so");
|
||||
type probes;
|
||||
name probes;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
fields (p);
|
||||
probeLocations
|
||||
(
|
||||
( -0.045 0 0 )
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
cuttingPlane
|
||||
{
|
||||
type surfaces;
|
||||
libs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
writeControl writeTime;
|
||||
|
||||
@ -26,8 +26,8 @@ cuttingPlane
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
basePoint (0 0 0);
|
||||
normalVector (0 0 1);
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
}
|
||||
interpolate true;
|
||||
}
|
||||
|
||||
@ -47,7 +47,7 @@ runTimeModifiable true;
|
||||
|
||||
functions
|
||||
{
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
Ma
|
||||
{
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
libs ("libsampling.so");
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
|
||||
@ -50,9 +50,9 @@ functions
|
||||
forces
|
||||
{
|
||||
type forceCoeffs;
|
||||
libs ( "libforces.so" );
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
libs ("libforces.so");
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
patches
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user