From a5f3355c85846f242303227d449fc660d41792e5 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 14 Feb 2013 12:48:50 +0000 Subject: [PATCH] Updated documentation --- .../SRFVelocityFvPatchVectorField.H | 6 +++--- .../derived/freestream/freestreamFvPatchField.H | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H index 32aaa246a7..999c3a10c6 100644 --- a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H +++ b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H @@ -31,7 +31,7 @@ Description Velocity condition to be used in conjunction with the single rotating frame (SRF) model (see: SRFModel class) - Given the free stream velocity in the absolute frame, the condition + Given the free stream velocity in the absolute frame, the condition applies the appropriate rotation transformation in time and space to determine the local velocity. @@ -62,8 +62,8 @@ Description \table Property | Description | Required | Default value - relative | relative motion to the SRF? | yes | inletValue | inlet velocity | yes | + relative | inletValue relative motion to the SRF? | yes | \endtable Example of the boundary condition specification: @@ -71,8 +71,8 @@ Description myPatch { type SRFVelocity; - relative yes; inletValue uniform (0 0 0); + relative yes; value uniform (0 0 0); // initial value } \endverbatim diff --git a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H index adcb570f93..47ea7471cc 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H @@ -37,6 +37,7 @@ Description \table Property | Description | Required | Default value + freestreamValue | freestream velocity | yes | phi | flux field name | no | phi \endtable