mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Doxygen : fixed rogue classes, simplified INPUT
This commit is contained in:
@ -22,6 +22,13 @@ License
|
||||
along with OpenFOAM; if not, write to the Free Software Foundation,
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Namespace
|
||||
Foam::calcTypes
|
||||
|
||||
Description
|
||||
Namespace for post-processing calculation functions
|
||||
|
||||
|
||||
Class
|
||||
Foam::calcType
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ License
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Class
|
||||
Foam::components
|
||||
Foam::calcTypes::components
|
||||
|
||||
Description
|
||||
Writes scalar fields corresponding to each component of the supplied
|
||||
|
||||
@ -23,7 +23,7 @@ License
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Class
|
||||
Foam::div
|
||||
Foam::calcTypes::div
|
||||
|
||||
Description
|
||||
Writes scalar fields corresponding to the divergence of the supplied
|
||||
|
||||
@ -23,7 +23,7 @@ License
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Class
|
||||
Foam::mag
|
||||
Foam::calcTypes::mag
|
||||
|
||||
Description
|
||||
Calculates and writes the magnitude of a field for each time
|
||||
|
||||
@ -23,7 +23,7 @@ License
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Class
|
||||
Foam::magGrad
|
||||
Foam::calcTypes::magGrad
|
||||
|
||||
Description
|
||||
Writes scalar fields corresponding to the magnitude ot the gradient
|
||||
|
||||
@ -23,7 +23,7 @@ License
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Class
|
||||
Foam::magSqr
|
||||
Foam::calcTypes::magSqr
|
||||
|
||||
Description
|
||||
Calculates and writes the magnitude-sqaured of a field for each time
|
||||
|
||||
Reference in New Issue
Block a user