From f0e0fe6935d2987c109750510deb2a035d74676b Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Sun, 20 Dec 2015 18:12:58 +0000 Subject: [PATCH] supersonicFreestreamFvPatchVectorField: Corrected documentation --- .../supersonicFreestreamFvPatchVectorField.C | 40 +++++++++---------- .../supersonicFreestreamFvPatchVectorField.H | 6 +-- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C index 2d4b1691ceb..fb17d580b6d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C @@ -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 ( diff --git a/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H index 7b3b92044f7..238eef20341 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H @@ -40,9 +40,9 @@ Description \table Property | Description | Required | Default value - TName | Temperature field name | no | T - pName | Pressure field name | no | p - psiName | 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 | -- GitLab