Updated documentation

This commit is contained in:
Henry
2013-02-14 12:48:50 +00:00
parent db878dc8d5
commit a5f3355c85
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -37,6 +37,7 @@ Description
\table
Property | Description | Required | Default value
freestreamValue | freestream velocity | yes |
phi | flux field name | no | phi
\endtable