Updated header documentation processed by Doxygen

This commit is contained in:
Henry Weller
2016-06-19 21:23:54 +01:00
parent 62e340f56c
commit 9f67acdc53
162 changed files with 214 additions and 361 deletions

View File

@ -45,7 +45,6 @@ Description
Usage
\table
Property | Description | Required | Default value
p | Pressure field name | no | p
@ -54,7 +53,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedRho;
}

View File

@ -34,7 +34,6 @@ Description
the Eulerian multiphase solvers.
Usage
\table
Property | Description | Required | Default value
Prt | Turbulent Prandtl number | no | 0.85
@ -45,7 +44,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type alphatPhaseChangeJayatillekeWallFunction;
Prt 0.85;

View File

@ -427,7 +427,7 @@
\verbatim
patchName
{
type myPatchType;
type patchType;
refValue 100;
value uniform 1;
}

View File

@ -44,7 +44,6 @@ Description
\endtable
Usage
\table
Property | Description | Req'd? | Default
scalarData | single scalar value | yes |
@ -56,7 +55,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type NAME;
scalarData -1;

View File

@ -42,7 +42,7 @@ Description
\verbatim
functions
{
myFunctionObject // Name of functionObject entry
<functionObjectName>
{
type functionObjectType;
libs ("libMyFunctionObjectlib.so");
@ -84,12 +84,12 @@ Description
none | Execute/write every time-step
\endtable
The sub-dictionary name \c myFunctionObject is chosen by the user, and is
typically used as the name of the output directory for any data written by
the functionObject. The \c type entry defines the type of function object
properties that follow. FunctionObjects are packaged into separate
libraries and the \c libs entry is used to specify which library
should be loaded.
The sub-dictionary name \c <functionObjectName> is chosen by the user, and
is typically used as the name of the output directory for any data written
by the functionObject. The \c type entry defines the type of function
object properties that follow. FunctionObjects are packaged into separate
libraries and the \c libs entry is used to specify which library should be
loaded.
Class
Foam::functionObject

View File

@ -51,7 +51,6 @@ Description
\endvartable
Usage
\table
Property | Description | Required | Default value
L | Length scale [m] | yes |
@ -59,7 +58,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type convectiveHeatTransfer;
L 0.1;

View File

@ -84,7 +84,6 @@ Description
Usage
\table
Property | Description | Required | Default value
commsDir | communications directory | yes |
@ -97,7 +96,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type externalCoupledTemperature;
commsDir "$FOAM_CASE/comms";

View File

@ -49,7 +49,6 @@ Description
thermophysical package.
Usage
\table
Property | Description | Required | Default value
kappa | thermal conductivity option | yes |
@ -65,7 +64,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type externalWallHeatFluxTemperature;
kappa fluidThermo;

View File

@ -28,23 +28,22 @@ Group
grpThermoBoundaryConditions
Description
This BC solves a steady 1D thermal baffle.
This BC solves a steady 1D thermal baffle. The solid properties are
specify as dictionary. Optionaly radiative heat flux (Qr) can be
incorporated into the balance. Some under-relaxation might be needed on
Qr.
Baffle and solid properties need to be specified on the master side
of the baffle.
The solid properties are specify as dictionary. Optionaly radiative heat
flux (Qr) can be incorporated into the balance. Some under-relaxation might
be needed on Qr. Baffle and solid properties need to be specified on the
master side of the baffle.
Usage
Example of the boundary condition specification using constant
solid thermo :
\verbatim
myPatch_master
<masterPatchName>
{
type compressible::thermalBaffle1D<hConstSolidThermoPhysics>;
samplePatch myPatch_slave;
samplePatch <slavePatchName>;
thickness uniform 0.005; // thickness [m]
Qs uniform 100; // heat flux [W/m2]
@ -75,18 +74,16 @@ Usage
value uniform 300;
}
myPatch_slave
<slavePatchName>
{
type compressible::thermalBaffle1D<hConstSolidThermoPhysics>;
samplePatch myPatch_master_master;
samplePatch <masterPatchName>;
Qr none;
relaxation 1;
}
\endverbatim
SourceFiles
thermalBaffle1DFvPatchScalarField.C

View File

@ -30,7 +30,6 @@ Description
flux [W/m^2].
Usage
\table
Property | Description | Required | Default value
heatSource | 'power' [W] or 'flux' [W/m^2] | yes |

View File

@ -43,7 +43,6 @@ Description
where KDelta is heat-transfer coefficient K * deltaCoeffs
Usage
\table
Property | Description | Required | Default value
kappa | thermal conductivity option | yes |
@ -55,7 +54,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
Tnbr T;

View File

@ -36,7 +36,6 @@ Description
or \c fluidThermo thermophysical package.
Usage
\table
Property | Description | Required | Default value
kappa | thermal conductivity option | yes |
@ -50,7 +49,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;

View File

@ -32,7 +32,6 @@ Description
thermal diffusivity (usually\c alphat) based on the Jayatilleke model.
Usage
\table
Property | Description | Required | Default value
Prt | turbulent Prandtl number | no | 0.85
@ -43,7 +42,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type alphatJayatillekeWallFunction;
Prt 0.85;

View File

@ -47,7 +47,6 @@ Description
\endvartable
Usage
\table
Property | Description | Required | Default value
nut | turbulence viscosity field name | no | nut
@ -56,7 +55,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type alphatWallFunction;
nut nut;

View File

@ -32,7 +32,6 @@ Description
transfer
Usage
\table
Property | Description | Required | Default value
Tinf | wall temperature | yes |
@ -41,7 +40,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type wallHeatTransfer;
Tinf uniform 500;

View File

@ -32,7 +32,6 @@ Description
for using wall functions, using the Jayatilleke 'P' function.
Usage
\table
Property | Description | Required | Default value
Prt | turbulent Prandtl number | no | 0.85
@ -43,7 +42,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type alphatJayatillekeWallFunction;
}

View File

@ -75,7 +75,6 @@ Description
95(2007), pp 355-369.
Usage
\table
Property | Description | Required | Default
flowDir | Flow direction | yes |

View File

@ -46,7 +46,6 @@ Description
\endvartable
Usage
\table
Property | Description | Required | Default value
mixingLength | Length scale [m] | yes |
@ -56,7 +55,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type turbulentMixingLengthDissipationRateInlet;
mixingLength 0.005;

View File

@ -46,7 +46,6 @@ Description
\endvartable
Usage
\table
Property | Description | Required | Default value
mixingLength | Length scale [m] | yes |
@ -56,7 +55,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type turbulentMixingLengthFrequencyInlet;
mixingLength 0.005;

View File

@ -50,7 +50,6 @@ Description
Usage
\table
Property | Description | Required | Default value
patchType | underlying patch type should be \c cyclic| yes |
@ -63,7 +62,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type porousBafflePressure;
patchType cyclic;

View File

@ -39,7 +39,6 @@ Description
switch-over y+ value derived from kappa and E.
Usage
\table
Property | Description | Required | Default value
Cmu | model coefficient | no | 0.09
@ -49,7 +48,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type epsilonLowReWallFunction;
}

View File

@ -44,7 +44,6 @@ Description
\endvartable
Usage
\table
Property | Description | Required | Default value
Cmu | model coefficient | no | 0.09
@ -54,7 +53,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type epsilonWallFunction;
}

View File

@ -35,7 +35,6 @@ Description
switch-over y+ value derived from kappa and E.
Usage
\table
Property | Description | Required | Default value
Cmu | model coefficient | no | 0.09
@ -45,7 +44,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fWallFunction;
}

View File

@ -35,7 +35,6 @@ Description
switch-over y+ value derived from kappa and E.
Usage
\table
Property | Description | Required | Default value
Cmu | model coefficient | no | 0.09
@ -46,7 +45,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type kLowReWallFunction;
}

View File

@ -35,10 +35,9 @@ Description
It is a simple wrapper around the zero-gradient condition.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type kqRWallFunction;
}

View File

@ -33,10 +33,9 @@ Description
provides an access function to calculate y+.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutLowReWallFunction;
}

View File

@ -32,7 +32,6 @@ Description
when using wall functions for rough walls, based on velocity.
Usage
\table
Property | Description | Required | Default value
roughnessHeight | roughness height | yes |
@ -42,7 +41,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutURoughWallFunction;
roughnessHeight 1e-5;

View File

@ -46,10 +46,9 @@ Description
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutUSpaldingWallFunction;
}

View File

@ -34,7 +34,6 @@ Description
located in the $FOAM_CASE/constant directory.
Usage
\table
Property | Description | Required | Default value
uPlusTable | U+ as a function of Re table name | yes |
@ -42,7 +41,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutTabulatedWallFunction;
uPlusTable myUPlusTable;

View File

@ -32,10 +32,9 @@ Description
when using wall functions, based on velocity.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutUWallFunction;
}

View File

@ -33,7 +33,6 @@ Description
- replicates OpenFOAM v1.5 (and earlier) behaviour
Usage
\table
Property | Description | Required | Default value
Cmu | Cmu coefficient | no | 0.09
@ -43,7 +42,7 @@ Usage
Examples of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutWallFunction;
value uniform 0.0;

View File

@ -47,7 +47,6 @@ Description
\endvartable
Usage
\table
Property | Description | Required | Default value
z0 | surface roughness length| yes |
@ -55,7 +54,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutkAtmRoughWallFunction;
z0 uniform 0;

View File

@ -38,7 +38,6 @@ Description
- roughness constant = 0.5-1.0
Usage
\table
Property | Description | Required | Default value
Ks | sand-grain roughness height | yes |
@ -47,7 +46,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutkRoughWallFunction;
Ks uniform 0;

View File

@ -33,10 +33,9 @@ Description
- replicates OpenFOAM v1.5 (and earlier) behaviour
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type nutkWallFunction;
}

View File

@ -51,7 +51,6 @@ Description
\endverbatim
Usage
\table
Property | Description | Required | Default value
Cmu | model coefficient | no | 0.09
@ -62,7 +61,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type omegaWallFunction;
}

View File

@ -37,7 +37,6 @@ Description
Usage
\table
Property | Description | Required | Default value
Cmu | model coefficient | no | 0.09
@ -47,7 +46,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type v2WallFunction;
}

View File

@ -47,7 +47,6 @@ Description
Usage
\table
Property | Description | Required | Default value
UInf | freestream velocity | yes |
@ -56,7 +55,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type SRFFreestreamVelocity;
UInf uniform (0 0 0);

View File

@ -59,7 +59,6 @@ Description
Usage
\table
Property | Description | Required | Default value
inletValue | inlet velocity | yes |
@ -68,7 +67,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type SRFVelocity;
inletValue uniform (0 0 0);

View File

@ -48,10 +48,9 @@ Description
if the wall patch faces are irregular.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type SRFWallVelocity;
value uniform (0 0 0); // Initial value

View File

@ -33,10 +33,9 @@ Description
e.g. \c updateCoeffs or \c evaluate.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type calculated;
value uniform (0 0 0); // Required value entry

View File

@ -34,10 +34,9 @@ Description
internal and patch field values rather than returning zero.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type extrapolatedCalculated;
}

View File

@ -44,7 +44,6 @@ Description
\endvartable
Usage
\table
Property | Description | Required | Default value
gradient | gradient | yes |
@ -52,7 +51,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedGradient;
gradient uniform 0;

View File

@ -32,7 +32,6 @@ Description
class for a number of other boundary conditions.
Usage
\table
Property | Description | Required | Default value
value | Patch face values | yes |
@ -40,7 +39,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedValue;
value uniform 0; // Example for scalar field usage

View File

@ -49,7 +49,6 @@ Description
Usage
\table
Property | Description | Required | Default value
valueFraction | weight field | yes |

View File

@ -32,10 +32,9 @@ Description
internal field onto the patch faces.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type zeroGradient;
}

View File

@ -32,10 +32,9 @@ Description
boundaries.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type cyclic;
}

View File

@ -33,10 +33,9 @@ Description
an arbitrarily coupled mesh interface (ACMI) interpolation.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type cyclicACMI;
}

View File

@ -33,10 +33,9 @@ Description
an arbitrary mesh interface (AMI) interpolation.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type cyclicAMI;
}

View File

@ -32,10 +32,9 @@ Description
condition, providing no new functionality.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type cyclicSlip;
}

View File

@ -34,10 +34,9 @@ Description
constitue solution directions.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type empty;
}

View File

@ -31,10 +31,9 @@ Description
This boundary condition enables processor communication across patches.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type processor;
}

View File

@ -32,10 +32,9 @@ Description
patches.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type processor;
}

View File

@ -31,10 +31,9 @@ Description
This boundary condition enforces a symmetry constraint
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type symmetry;
}

View File

@ -31,10 +31,9 @@ Description
This boundary condition enforces a symmetryPlane constraint
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type symmetryPlane;
}

View File

@ -32,10 +32,9 @@ Description
it is applied to 2-D geometries.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type wedge;
}

View File

@ -55,7 +55,6 @@ Description
The open fraction is then applied to scale the patch areas.
Usage
\table
Property | Description | Required | Default value
p | pressure field name | no | p
@ -68,7 +67,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type activeBaffleVelocity;
p p;

View File

@ -58,7 +58,6 @@ Description
The open fraction is then applied to scale the patch areas.
Usage
\table
Property | Description | Required | Default value
p | pressure field name | no | p
@ -74,7 +73,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type activePressureForceBaffleVelocity;
p p;

View File

@ -49,7 +49,6 @@ Description
transmissive boundary condition.
Usage
\table
Property | Description | Required | Default value
phi | flux field name | no | phi
@ -60,7 +59,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type advective;
phi phi;

View File

@ -32,10 +32,9 @@ Description
fixedValueFvPatchField) which is then used to evaluate.
Usage
Example:
\verbatim
myPatch
<patchName>
{
type codedFixedValue;
value uniform 0;
@ -63,7 +62,7 @@ Usage
which would have a corresponding entry:
\verbatim
myPatch
<patchName>
{
code
#{

View File

@ -32,10 +32,9 @@ Description
mixedFvPatchField) which is then used to evaluate.
Usage
Example:
\verbatim
myPatch
<patchName>
{
type codedMixed;
@ -71,7 +70,7 @@ Usage
which would have a corresponding entry
\verbatim
myPatch
<patchName>
{
code
#{

View File

@ -33,7 +33,6 @@ Description
and radial velocity.
Usage
\table
Property | Description | Required | Default value
axis | axis of rotation | yes |
@ -45,7 +44,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type cylindricalInletVelocity;
axis (0 0 1);

View File

@ -84,7 +84,6 @@ Description
Usage
\table
Property | Description | Required | Default value
commsDir | communications directory | yes |
@ -98,7 +97,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type externalCoupled;
commsDir "$FOAM_CASE/comms";

View File

@ -35,7 +35,6 @@ Description
contant, polynomial, table values.
Usage
\table
Property | Description | Required | Default value
patchType | underlying patch type should be \c cyclic| yes |
@ -46,7 +45,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fan;
patchType cyclic;

View File

@ -32,7 +32,6 @@ Description
or outlet total pressure condition for a fan.
Usage
\table
Property | Description | Required | Default value
fileName | fan curve file name | yes |

View File

@ -34,7 +34,7 @@ Description
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedFluxExtrapolatedPressure;
}

View File

@ -34,7 +34,7 @@ Description
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedFluxPressure;
}

View File

@ -33,10 +33,9 @@ Description
behaviour is to act as a zero gradient condition.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedInternalValue;
value uniform 0; // place holder

View File

@ -35,7 +35,6 @@ Description
'owner' patch.
Usage
\table
Property | Description | Required | Default value
patchType | underlying patch type should be \c cyclic| yes |
@ -44,7 +43,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedJump;
patchType cyclic;

View File

@ -35,7 +35,6 @@ Description
'owner' patch.
Usage
\table
Property | Description | Required | Default value
patchType | underlying patch type should be \c cyclic| yes |
@ -44,7 +43,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedJumpAMI;
patchType cyclic;

View File

@ -33,7 +33,6 @@ Description
time-varying, mean value.
Usage
\table
Property | Description | Required | Default value
meanValue | mean value Function1 | yes |
@ -41,7 +40,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedMean;
meanValue 1.0;

View File

@ -42,7 +42,6 @@ Description
apply zero-gradient condition to tangential components.
Usage
\table
Property | Description | Required | Default value
phi | flux field name | no | phi
@ -52,7 +51,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedNormalInletOutletVelocity;

View File

@ -31,7 +31,6 @@ Description
This boundary condition sets the patch-normal component to a fixed value.
Usage
\table
Property | Description | Required | Default value
fixedValue | fixed value | yes |
@ -39,7 +38,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedNormalSlip;
fixedValue uniform 0; // example entry for a scalar field

View File

@ -49,7 +49,6 @@ Description
\c thermodynamicProperties dictionary.
Usage
\table
Property | Description | Required | Default value
p | pressure field name | no | p
@ -57,7 +56,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedPressureCompressibleDensity;
p p;

View File

@ -31,7 +31,6 @@ Description
This boundary condition provides a fixed value profile condition.
Usage
\table
Property | Description | Required | Default value
profile | Profile Function1 | yes |
@ -41,7 +40,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fixedProfile;
profile csvFile;

View File

@ -53,7 +53,7 @@ Usage
Example of the boundary condition specification for a volumetric flow rate:
\verbatim
myPatch
<patchName>
{
type flowRateInletVelocity;
volumetricFlowRate 0.2;
@ -64,7 +64,7 @@ Usage
Example of the boundary condition specification for a mass flow rate:
\verbatim
myPatch
<patchName>
{
type flowRateInletVelocity;
massFlowRate 0.2;

View File

@ -56,7 +56,7 @@ Description
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type fluxCorrectedVelocity;
phi phi;

View File

@ -34,7 +34,6 @@ Description
based on the sign of the flux.
Usage
\table
Property | Description | Required | Default value
freestreamValue | freestream velocity | yes |
@ -43,7 +42,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type freestream;
phi phi;

View File

@ -33,7 +33,6 @@ Description
based on the free-stream velocity.
Usage
\table
Property | Description | Required | Default value
U | velocity field name | no | U
@ -43,7 +42,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type freestreamPressure;
}

View File

@ -32,7 +32,6 @@ Description
specified inflow for the case of return flow.
Usage
\table
Property | Description | Required | Default value
phi | Flux field name | no | phi
@ -41,7 +40,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type inletOutlet;
phi phi;

View File

@ -33,7 +33,6 @@ Description
value is applied in the case of reverse flow.
Usage
\table
Property | Description | Required | Default value
U | velocity field name | no | U
@ -46,7 +45,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type inletOutletTotalTemperature;
U U;

View File

@ -33,7 +33,6 @@ Description
thr data locally.
Usage
\table
Property | Description | Required | Default value
fieldName | name of field to be mapped | no | this field name
@ -43,7 +42,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type mappedField;
fieldName T; // optional field name

View File

@ -32,7 +32,6 @@ Description
neighbour patch field to the boundary and internal values of *this.
Usage
\table
Property | Description | Required | Default value
fieldName | name of field to be mapped | no | this field name
@ -41,7 +40,7 @@ Usage
\endtable
\verbatim
myPatch
<patchName>
{
type mappedFixedInternalValue;
fieldName T;

View File

@ -32,7 +32,6 @@ Description
field to the boundary and internal cell values of *this.
Usage
\table
Property | Description | Required | Default value
fieldName | name of field to be mapped | no | this field name
@ -42,7 +41,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type mappedFixedPushedInternalValue;
fieldName T;

View File

@ -35,7 +35,6 @@ Description
mappedPatchBase class.
Usage
\table
Property | Description | Required | Default value
fieldName | name of field to be mapped | no | this field name
@ -46,7 +45,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type mapped;
fieldName T;

View File

@ -38,7 +38,6 @@ Description
velocity when applying the mass basis.
Usage
\table
Property | Description | Required | Default value
phi | flux field name | no | phi
@ -48,7 +47,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type mappedFlowRate;
phi phi;

View File

@ -32,7 +32,6 @@ Description
to this patch
Usage
\table
Property | Description | Required | Default value
phi | flux field name | no | phi
@ -40,7 +39,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type mappedVelocityFlux;
phi phi;

View File

@ -33,10 +33,9 @@ Description
for moving reference frame (MRF) calculations.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type movingWallVelocity;
value uniform (0 0 0); // Initial value

View File

@ -31,10 +31,9 @@ Description
This boundary condition fixes the velocity to zero at walls.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type noSlip;
}

View File

@ -32,7 +32,6 @@ Description
specified outflow for the case of reverse flow.
Usage
\table
Property | Description | Required | Default value
phi | Flux field name | no | phi
@ -41,7 +40,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type outletInlet;
phi phi;

View File

@ -33,7 +33,6 @@ Description
field over this patch.
Usage
\table
Property | Description | Required | Default value
outletPatchName | name of outlet patch | yes |
@ -42,7 +41,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type outletMappedUniformInlet;
outletPatchName aPatch;

View File

@ -44,7 +44,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type outletPhaseMeanVelocity;
Umean 1.2;

View File

@ -32,7 +32,6 @@ Description
slip is controlled by a user-supplied field.
Usage
\table
Property | Description | Required | Default value
valueFraction | fraction od value used for boundary [0-1] | yes |
@ -40,7 +39,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type partialSlip;
valueFraction uniform 0.1;

View File

@ -49,7 +49,6 @@ Description
- 0: apply a zero-gradient condition
Usage
\table
Property | Description | Required | Default value
phaseFraction | phase-fraction field name | no | alpha
@ -60,7 +59,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type phaseHydrostaticPressure;
phaseFraction alpha1;

View File

@ -64,7 +64,6 @@ Description
\endverbatim
Usage
\table
Property | Description | Required | Default value
gamma | ratio of specific heats | yes | none
@ -84,7 +83,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type plenumPressure;
gamma 1.4;

View File

@ -34,7 +34,6 @@ Description
is obtained from the flux with the specified inlet direction.
Usage
\table
Property | Description | Required | Default value
phi | flux field name | no | phi
@ -44,7 +43,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type pressureDirectedInletOutletVelocity;
phi phi;

View File

@ -33,7 +33,6 @@ Description
the specified inlet direction" direction.
Usage
\table
Property | Description | Required | Default value
phi | flux field name | no | phi
@ -43,7 +42,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type pressureDirectedInletVelocity;
phi phi;

View File

@ -36,7 +36,6 @@ Description
A slip condition is applied tangential to the patch.
Usage
\table
Property | Description | Required | Default value
phi | flux field name | no | phi
@ -45,7 +44,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type pressureInletOutletParSlipVelocity;
value uniform 0;

View File

@ -36,7 +36,6 @@ Description
The tangential patch velocity can be optionally specified.
Usage
\table
Property | Description | Required | Default value
phi | flux field name | no | phi
@ -45,7 +44,7 @@ Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type pressureInletOutletVelocity;
phi phi;

View File

@ -34,10 +34,9 @@ Description
normal to the patch faces.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type pressureInletUniformVelocity;
value uniform 0;

View File

@ -33,10 +33,9 @@ Description
a direction normal to the patch faces.
Usage
Example of the boundary condition specification:
\verbatim
myPatch
<patchName>
{
type pressureInletVelocity;
phi phi;

Some files were not shown because too many files have changed in this diff Show More