Corrected typos in comments and in name of solidEquilibriumEnergySource fvOption
Patch contributed by Timo Niemi, VTT. Resolves bug report https://bugs.openfoam.org/view.php?id=3369
This commit is contained in:
@ -190,7 +190,7 @@ private:
|
||||
|
||||
// Demand driven
|
||||
|
||||
//- Mesh searching enigne
|
||||
//- Mesh searching engine
|
||||
autoPtr<meshSearch> meshSearchPtr_;
|
||||
|
||||
//- Seed set engine
|
||||
@ -257,7 +257,7 @@ public:
|
||||
//- Do nothing
|
||||
virtual bool execute();
|
||||
|
||||
//- Calculate and write the steamlines
|
||||
//- Calculate and write the streamlines
|
||||
virtual bool write();
|
||||
|
||||
//- Update for changes of mesh
|
||||
|
||||
@ -28,7 +28,7 @@ Description
|
||||
Stores turbulence fields on the mesh database for further manipulation.
|
||||
|
||||
Fields are stored as copies of the original, with the prefix
|
||||
"tubulenceModel:", e.g.:
|
||||
"turbulenceModel:", e.g.:
|
||||
|
||||
\verbatim
|
||||
turbulenceModel:R
|
||||
|
||||
@ -62,7 +62,7 @@ Usage
|
||||
patches | patches included in the forces calculation | yes |
|
||||
liftDir | lift direction | yes |
|
||||
dragDir | drag direction | yes |
|
||||
pitchAxis | picth axis | yes |
|
||||
pitchAxis | pitch axis | yes |
|
||||
magUInf | free stream velocity magnitude | yes |
|
||||
lRef | reference length scale for moment calculations | yes |
|
||||
Aref | reference area | yes |
|
||||
@ -73,7 +73,7 @@ Usage
|
||||
\table
|
||||
nBin | number of data bins | yes |
|
||||
direction | direction along which bins are defined | yes |
|
||||
cumulative | bin data accumulated with incresing distance | yes |
|
||||
cumulative | bin data accumulated with increasing distance | yes |
|
||||
\endtable
|
||||
|
||||
See also
|
||||
|
||||
@ -70,7 +70,7 @@ Usage
|
||||
\table
|
||||
nBin | number of data bins | yes |
|
||||
direction | direction along which bins are defined | yes |
|
||||
cumulative | bin data accumulated with incresing distance | yes |
|
||||
cumulative | bin data accumulated with increasing distance | yes |
|
||||
\endtable
|
||||
|
||||
Note
|
||||
|
||||
Reference in New Issue
Block a user