mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: incorrect namespace for doxygen
This commit is contained in:
@ -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
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::thermalBaffleModel
|
||||
Foam::regionModels::thermalBaffleModels::thermalBaffleModel
|
||||
|
||||
Description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user