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 ...@@ -31,7 +31,7 @@ Description
Velocity condition to be used in conjunction with the single Velocity condition to be used in conjunction with the single
rotating frame (SRF) model (see: SRFModel class) 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 applies the appropriate rotation transformation in time and space to
determine the local velocity. determine the local velocity.
...@@ -62,8 +62,8 @@ Description ...@@ -62,8 +62,8 @@ Description
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
relative | relative motion to the SRF? | yes |
inletValue | inlet velocity | yes | inletValue | inlet velocity | yes |
relative | inletValue relative motion to the SRF? | yes |
\endtable \endtable
Example of the boundary condition specification: Example of the boundary condition specification:
...@@ -71,8 +71,8 @@ Description ...@@ -71,8 +71,8 @@ Description
myPatch myPatch
{ {
type SRFVelocity; type SRFVelocity;
relative yes;
inletValue uniform (0 0 0); inletValue uniform (0 0 0);
relative yes;
value uniform (0 0 0); // initial value value uniform (0 0 0); // initial value
} }
\endverbatim \endverbatim
......
...@@ -37,6 +37,7 @@ Description ...@@ -37,6 +37,7 @@ Description
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
freestreamValue | freestream velocity | yes |
phi | flux field name | no | phi phi | flux field name | no | phi
\endtable \endtable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment