Doxygen : fixed rogue classes, simplified INPUT

This commit is contained in:
Mark Olesen
2008-06-06 10:17:32 +02:00
parent aa68159ae4
commit b2fd02df8d
46 changed files with 118 additions and 145 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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