Skip to content
Snippets Groups Projects
Commit a5f3355c authored by Henry's avatar Henry
Browse files

Updated documentation

parent db878dc8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -37,6 +37,7 @@ Description
\table
Property | Description | Required | Default value
freestreamValue | freestream velocity | yes |
phi | flux field name | no | phi
\endtable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment