mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
supersonicFreestreamFvPatchVectorField: Corrected documentation
This commit is contained in:
@ -52,26 +52,6 @@ supersonicFreestreamFvPatchVectorField
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Foam::supersonicFreestreamFvPatchVectorField::
|
|
||||||
supersonicFreestreamFvPatchVectorField
|
|
||||||
(
|
|
||||||
const supersonicFreestreamFvPatchVectorField& ptf,
|
|
||||||
const fvPatch& p,
|
|
||||||
const DimensionedField<vector, volMesh>& iF,
|
|
||||||
const fvPatchFieldMapper& mapper
|
|
||||||
)
|
|
||||||
:
|
|
||||||
mixedFvPatchVectorField(ptf, p, iF, mapper),
|
|
||||||
TName_(ptf.TName_),
|
|
||||||
pName_(ptf.pName_),
|
|
||||||
psiName_(ptf.psiName_),
|
|
||||||
UInf_(ptf.UInf_),
|
|
||||||
pInf_(ptf.pInf_),
|
|
||||||
TInf_(ptf.TInf_),
|
|
||||||
gamma_(ptf.gamma_)
|
|
||||||
{}
|
|
||||||
|
|
||||||
|
|
||||||
Foam::supersonicFreestreamFvPatchVectorField::
|
Foam::supersonicFreestreamFvPatchVectorField::
|
||||||
supersonicFreestreamFvPatchVectorField
|
supersonicFreestreamFvPatchVectorField
|
||||||
(
|
(
|
||||||
@ -119,6 +99,26 @@ supersonicFreestreamFvPatchVectorField
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Foam::supersonicFreestreamFvPatchVectorField::
|
||||||
|
supersonicFreestreamFvPatchVectorField
|
||||||
|
(
|
||||||
|
const supersonicFreestreamFvPatchVectorField& ptf,
|
||||||
|
const fvPatch& p,
|
||||||
|
const DimensionedField<vector, volMesh>& iF,
|
||||||
|
const fvPatchFieldMapper& mapper
|
||||||
|
)
|
||||||
|
:
|
||||||
|
mixedFvPatchVectorField(ptf, p, iF, mapper),
|
||||||
|
TName_(ptf.TName_),
|
||||||
|
pName_(ptf.pName_),
|
||||||
|
psiName_(ptf.psiName_),
|
||||||
|
UInf_(ptf.UInf_),
|
||||||
|
pInf_(ptf.pInf_),
|
||||||
|
TInf_(ptf.TInf_),
|
||||||
|
gamma_(ptf.gamma_)
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
Foam::supersonicFreestreamFvPatchVectorField::
|
Foam::supersonicFreestreamFvPatchVectorField::
|
||||||
supersonicFreestreamFvPatchVectorField
|
supersonicFreestreamFvPatchVectorField
|
||||||
(
|
(
|
||||||
|
|||||||
@ -40,9 +40,9 @@ Description
|
|||||||
|
|
||||||
\table
|
\table
|
||||||
Property | Description | Required | Default value
|
Property | Description | Required | Default value
|
||||||
TName | Temperature field name | no | T
|
T | Temperature field name | no | T
|
||||||
pName | Pressure field name | no | p
|
p | Pressure field name | no | p
|
||||||
psiName | Compressibility field name | no | thermo:psi
|
psi | Compressibility field name | no | thermo:psi
|
||||||
UInf | free-stream velocity | yes |
|
UInf | free-stream velocity | yes |
|
||||||
pInf | free-stream pressure | yes |
|
pInf | free-stream pressure | yes |
|
||||||
TInf | free-stream temperature | yes |
|
TInf | free-stream temperature | yes |
|
||||||
|
|||||||
Reference in New Issue
Block a user