mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Doxygen docs: Corrected doxyFilter to preserve line numbers
Also corrected many formatting errors in the comments in C and H files
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd.
|
||||
\\ / A nd | Copyright (C) 2008-2011 OpenCFD Ltd.
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -28,10 +28,10 @@ Description
|
||||
adds/subtracts a field or value to/from a base field.
|
||||
|
||||
New field name specified by -resultName option, or automatically as:
|
||||
<baseFieldName>_add_<addSubtractFieldName>
|
||||
<baseFieldName>_add_value
|
||||
<baseFieldName>_subtract_<addSubtractFieldName>
|
||||
<baseFieldName>_subtract_value
|
||||
\<baseFieldName\>_add_<addSubtractFieldName>
|
||||
\<baseFieldName\>_add_value
|
||||
\<baseFieldName\>_subtract_<addSubtractFieldName>
|
||||
\<baseFieldName\>_subtract_value
|
||||
|
||||
Example usage:
|
||||
addSubtract p add -value 100000 -resultName pAbs
|
||||
|
||||
Reference in New Issue
Block a user