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:
Will Bainbridge
2019-10-14 09:04:37 +01:00
parent 8ea55e8f06
commit 2b0c5028a4
132 changed files with 314 additions and 313 deletions

View File

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

View File

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

View File

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

View File

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