Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f0e0fe69
Commit
f0e0fe69
authored
Dec 20, 2015
by
Henry Weller
Browse files
supersonicFreestreamFvPatchVectorField: Corrected documentation
parent
639563b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C
View file @
f0e0fe69
...
...
@@ -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
::
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
::
supersonicFreestreamFvPatchVectorField
(
...
...
src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H
View file @
f0e0fe69
...
...
@@ -40,9 +40,9 @@ Description
\table
Property | Description | Required | Default value
T
Name
| Temperature field name | no | T
p
Name
| Pressure field name | no | p
psi
Name
| Compressibility field name | no | thermo:psi
T
| Temperature field name | no | T
p
| Pressure field name | no | p
psi
| Compressibility field name | no | thermo:psi
UInf | free-stream velocity | yes |
pInf | free-stream pressure | yes |
TInf | free-stream temperature | yes |
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment