81fca4c43a
Corrected typos in comments
...
found using cspell.
Patch contributed by Timo Niemi, VTT.
2019-10-18 11:46:20 +01:00
e599162b09
Utilities: standardised the class declaration section comments to correspond to the foamNewSource template
2019-06-19 17:53:10 +01:00
8e9f692aa4
Standardised the class declaration section comments to correspond to the foamNewSource template
2019-06-13 21:26:33 +01:00
fc4d7b92c3
Corrected documentation comment for disabled copy constructors
2019-05-29 15:58:42 +01:00
9140984cf4
Added "= delete" to disabled bitwise copy constructors and assignment operators
...
Currently these deleted function declarations are still in the private section
of the class declarations but will be moved by hand to the public section over
time as this is too complex to automate reliably.
2019-05-28 15:26:45 +01:00
66c26af922
mesh manipulation utilities: Rationalized field handling and added -noFields option
2019-01-08 21:10:19 +00:00
bf54ab67e1
Updated OpenFOAM Foundation web-link in headers
2018-07-06 21:42:54 +01:00
87e32ab499
Code style: Updated line comments to start with a space
...
//This is a comment -> // This is a comment
2018-05-01 11:57:50 +01:00
019c2c08dc
Corrected spelling in comments
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2844
2018-02-13 22:17:53 +00:00
0248dd81e3
Corrected comments: inbetween -> in between
2018-02-13 16:38:41 +00:00
fc2b2d0c05
OpenFOAM: Rationalized the naming of scalar limits
...
In early versions of OpenFOAM the scalar limits were simple macro replacements and the
names were capitalized to indicate this. The scalar limits are now static
constants which is a huge improvement on the use of macros and for consistency
the names have been changed to camel-case to indicate this and improve
readability of the code:
GREAT -> great
ROOTGREAT -> rootGreat
VGREAT -> vGreat
ROOTVGREAT -> rootVGreat
SMALL -> small
ROOTSMALL -> rootSmall
VSMALL -> vSmall
ROOTVSMALL -> rootVSmall
The original capitalized are still currently supported but their use is
deprecated.
2018-01-25 09:46:37 +00:00
72277ed677
Standardized names of extrude2DMesh and polyDualMesh application source files
2017-05-14 15:44:48 +01:00
7b75d81269
Rationalized Doxygen documentation of command-line options
2016-06-17 09:11:58 +01:00
4500971827
Further standardization of loop index naming: pointI -> pointi, patchI -> patchi
2016-05-18 21:20:42 +01:00
a8bf4be58a
Standardized cell, patch, face and processor loop index names
2016-04-25 12:00:53 +01:00
8c4f6b8fcb
Standardized cell, patch and face loop index names
2016-04-25 10:28:32 +01:00
6a27f7af46
boundaryField() -> boundaryFieldRef()
2016-04-24 22:07:37 +01:00
c544bec896
Removed duplicate, inconsistent and spurious comments in .C files
2016-02-29 18:33:54 +00:00
10aea96ae5
applications: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 17:53:31 +00:00
def52a306a
Formatting: Rationalized the indentation of #include
2015-02-10 20:35:50 +00:00
ca026b5dc7
Updated headers to ensure the class name declared to Doxygen is in the appropriate namespace
...
Also moved global classes which should be in the Foam namespace into it.
2015-02-09 14:43:11 +00:00
446e5777f0
Add the OpenFOAM source tree
2014-12-10 22:40:10 +00:00