STYLE: incorrect namespace for doxygen

This commit is contained in:
Mark Olesen
2017-05-31 10:02:55 +02:00
parent 408b6c7e6b
commit 0be69605fd
46 changed files with 48 additions and 48 deletions

View File

@ -22,13 +22,13 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::constant
Foam::diameterModels::constant
Description
Constant dispersed-phase particle diameter model.
SourceFiles
constant.C
constantDiameter.C
\*---------------------------------------------------------------------------*/

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::constantSurfaceTensionCoefficient
Foam::surfaceTensionModels::constantSurfaceTensionCoefficient
Description
Constant value surface tension model.

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::constantAspectRatio
Foam::aspectRatioModels::constantAspectRatio
Description
Constant value aspect ratio model.

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::constantAspectRatio
Foam::aspectRatioModels::constantAspectRatio
Description
Constant value aspect ratio model.

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::noPyrolysis
Foam::regionModels::pyrolysisModels::noPyrolysis
Description
Dummy surface pyrolysis model for 'none'

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::pyrolysisModelCollection
Foam::regionModels::pyrolysisModels::pyrolysisModelCollection
Description
A centralized pyrolysis collection.

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::reactingOneDim
Foam::regionModels::pyrolysisModels::reactingOneDim
Description
Reacting, 1-D pyrolysis model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::thermo
Foam::regionModels::pyrolysisModels::thermo
Description
Pyrolysis model which solves only the energy equation in the region.

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::regionModel
Foam::regionModels::regionModel
Description
Base class for region models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::regionModel1D
Foam::regionModels::regionModel1D
Description
Base class for 1-D region models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::regionModelFunctionObject
Foam::regionModels::regionModelFunctionObject
Description
Region model function object base class

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::regionModelFunctionObjectList
Foam::regionModels::regionModelFunctionObjectList
Description
List of cloud function objects

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::singleLayerRegion
Foam::regionModels::singleLayerRegion
Description
Base class for single layer region models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::kinematicSingleLayer
Foam::regionModels::surfaceFilmModels::kinematicSingleLayer
Description
Kinematic form of single-cell layer surface film model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::noFilm
Foam::regionModels::surfaceFilmModels::noFilm
Description
Dummy surface film model for 'none'

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::subModelBase
Foam::regionModels::surfaceFilmModels::filmSubModelBase
Description
Base class for surface film sub-models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::constantFilmThermo
Foam::regionModels::surfaceFilmModels::constantFilmThermo
Description
Constant thermo model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::filmThermoModel
Foam::regionModels::surfaceFilmModels::filmThermoModel
Description
Base class for film thermo models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::liquidFilmThermo
Foam::regionModels::surfaceFilmModels::liquidFilmThermo
Description
Liquid thermo model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::forceList
Foam::regionModels::surfaceFilmModels::forceList
Description
List container for film sources

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::thermocapillaryForce
Foam::regionModels::surfaceFilmModels::thermocapillaryForce
Description
Thermocapillary force

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::BrunDrippingInjection
Foam::regionModels::surfaceFilmModels::BrunDrippingInjection
Description
Film Dripping mass transfer model.

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::curvatureSeparation
Foam::regionModels::surfaceFilmModels::curvatureSeparation
Description
Curvature film separation model

View File

@ -22,10 +22,10 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::drippingInjection
Foam::regionModels::surfaceFilmModels::drippingInjection
Description
Film Dripping mass transfer model.
Film dripping mass transfer model.
If the film mass exceeds that needed to generate a valid parcel, the
equivalent mass is removed from the film.

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::injectionModelList
Foam::regionModels::surfaceFilmModels::injectionModelList
Description
List container for film injection models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::constantRadiation
Foam::regionModels::surfaceFilmModels::constantRadiation
Description
Film constant radiation model. The constant radiative flux is specified

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::filmRadiationModel
Foam::regionModels::surfaceFilmModels::filmRadiationModel
Description
Base class for film radiation models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::noRadiation
Foam::regionModels::surfaceFilmModels::noRadiation
Description
Dummy radiation model for 'none' option

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::primaryRadiation
Foam::regionModels::surfaceFilmModels::primaryRadiation
Description
Radiation model whereby the radiative heat flux is mapped from the primary

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::standardRadiation
Foam::regionModels::surfaceFilmModels::standardRadiation
Description
Standard radiation model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::ArrheniusViscosity
Foam::regionModels::surfaceFilmModels::ArrheniusViscosity
Description
The Arrhenius temperature-dependent viscosity model multiplies the viscosity

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::constantViscosity
Foam::regionModels::surfaceFilmModels::constantViscosity
Description
Constant viscosity model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::filmViscosityModel
Foam::regionModels::surfaceFilmModels::filmViscosityModel
Description
Base class for surface film viscosity models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::liquidViscosity
Foam::regionModels::surfaceFilmModels::liquidViscosity
Description
liquidViscosity viscosity model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::thixotropicViscosity
Foam::regionModels::surfaceFilmModels::thixotropicViscosity
Description
Thixotropic viscosity model based on the evolution of the structural

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::constantHeatTransfer
Foam::regionModels::surfaceFilmModels::constantHeatTransfer
Description
Constant heat transfer model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::heatTransferModel
Foam::regionModels::surfaceFilmModels::heatTransferModel
Description
Base class for film heat transfer models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::mappedConvectiveHeatTransfer
Foam::regionModels::surfaceFilmModels::mappedConvectiveHeatTransfer
Description
Convective heat transfer model based on a re-working of a Nusselt number

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::noPhaseChange
Foam::regionModels::surfaceFilmModels::noPhaseChange
Description
Dummy phase change model for 'none'

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::phaseChangeModel
Foam::regionModels::surfaceFilmModels::phaseChangeModel
Description
Base class for surface film phase change models

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::solidification
Foam::regionModels::surfaceFilmModels::solidification
Description
Solidification phase change model where all film mass is converted when the

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::standardPhaseChange
Foam::regionModels::surfaceFilmModels::standardPhaseChange
Description
Standard phase change model with modification for boiling

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::thermoSingleLayer
Foam::regionModels::surfaceFilmModels::thermoSingleLayer
Description
Thermodynamic form of single-cell layer surface film model

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::noThermo
Foam::regionModels::thermalBaffleModels::noThermo
Description
Dummy surface pyrolysis model for 'none'

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::thermalBaffle
Foam::regionModels::thermalBaffleModels::thermalBaffle
Description
2D thermal baffle

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::thermalBaffleModel
Foam::regionModels::thermalBaffleModels::thermalBaffleModel
Description