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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::constant
|
Foam::diameterModels::constant
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Constant dispersed-phase particle diameter model.
|
Constant dispersed-phase particle diameter model.
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
constant.C
|
constantDiameter.C
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::constantSurfaceTensionCoefficient
|
Foam::surfaceTensionModels::constantSurfaceTensionCoefficient
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Constant value surface tension model.
|
Constant value surface tension model.
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::constantAspectRatio
|
Foam::aspectRatioModels::constantAspectRatio
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Constant value aspect ratio model.
|
Constant value aspect ratio model.
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::constantAspectRatio
|
Foam::aspectRatioModels::constantAspectRatio
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Constant value aspect ratio model.
|
Constant value aspect ratio model.
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::noPyrolysis
|
Foam::regionModels::pyrolysisModels::noPyrolysis
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Dummy surface pyrolysis model for 'none'
|
Dummy surface pyrolysis model for 'none'
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::pyrolysisModelCollection
|
Foam::regionModels::pyrolysisModels::pyrolysisModelCollection
|
||||||
|
|
||||||
Description
|
Description
|
||||||
A centralized pyrolysis collection.
|
A centralized pyrolysis collection.
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::reactingOneDim
|
Foam::regionModels::pyrolysisModels::reactingOneDim
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Reacting, 1-D pyrolysis model
|
Reacting, 1-D pyrolysis model
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::thermo
|
Foam::regionModels::pyrolysisModels::thermo
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Pyrolysis model which solves only the energy equation in the region.
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::regionModel
|
Foam::regionModels::regionModel
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for region models
|
Base class for region models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::regionModel1D
|
Foam::regionModels::regionModel1D
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for 1-D region models
|
Base class for 1-D region models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::regionModelFunctionObject
|
Foam::regionModels::regionModelFunctionObject
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Region model function object base class
|
Region model function object base class
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::regionModelFunctionObjectList
|
Foam::regionModels::regionModelFunctionObjectList
|
||||||
|
|
||||||
Description
|
Description
|
||||||
List of cloud function objects
|
List of cloud function objects
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::singleLayerRegion
|
Foam::regionModels::singleLayerRegion
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for single layer region models
|
Base class for single layer region models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::kinematicSingleLayer
|
Foam::regionModels::surfaceFilmModels::kinematicSingleLayer
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Kinematic form of single-cell layer surface film model
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::noFilm
|
Foam::regionModels::surfaceFilmModels::noFilm
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Dummy surface film model for 'none'
|
Dummy surface film model for 'none'
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::subModelBase
|
Foam::regionModels::surfaceFilmModels::filmSubModelBase
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for surface film sub-models
|
Base class for surface film sub-models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::constantFilmThermo
|
Foam::regionModels::surfaceFilmModels::constantFilmThermo
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Constant thermo model
|
Constant thermo model
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::filmThermoModel
|
Foam::regionModels::surfaceFilmModels::filmThermoModel
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for film thermo models
|
Base class for film thermo models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::liquidFilmThermo
|
Foam::regionModels::surfaceFilmModels::liquidFilmThermo
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Liquid thermo model
|
Liquid thermo model
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::forceList
|
Foam::regionModels::surfaceFilmModels::forceList
|
||||||
|
|
||||||
Description
|
Description
|
||||||
List container for film sources
|
List container for film sources
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::thermocapillaryForce
|
Foam::regionModels::surfaceFilmModels::thermocapillaryForce
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Thermocapillary force
|
Thermocapillary force
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::BrunDrippingInjection
|
Foam::regionModels::surfaceFilmModels::BrunDrippingInjection
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Film Dripping mass transfer model.
|
Film Dripping mass transfer model.
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::curvatureSeparation
|
Foam::regionModels::surfaceFilmModels::curvatureSeparation
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Curvature film separation model
|
Curvature film separation model
|
||||||
|
|||||||
@ -22,10 +22,10 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::drippingInjection
|
Foam::regionModels::surfaceFilmModels::drippingInjection
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Film Dripping mass transfer model.
|
Film dripping mass transfer model.
|
||||||
|
|
||||||
If the film mass exceeds that needed to generate a valid parcel, the
|
If the film mass exceeds that needed to generate a valid parcel, the
|
||||||
equivalent mass is removed from the film.
|
equivalent mass is removed from the film.
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::injectionModelList
|
Foam::regionModels::surfaceFilmModels::injectionModelList
|
||||||
|
|
||||||
Description
|
Description
|
||||||
List container for film injection models
|
List container for film injection models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::constantRadiation
|
Foam::regionModels::surfaceFilmModels::constantRadiation
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Film constant radiation model. The constant radiative flux is specified
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::filmRadiationModel
|
Foam::regionModels::surfaceFilmModels::filmRadiationModel
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for film radiation models
|
Base class for film radiation models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::noRadiation
|
Foam::regionModels::surfaceFilmModels::noRadiation
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Dummy radiation model for 'none' option
|
Dummy radiation model for 'none' option
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::primaryRadiation
|
Foam::regionModels::surfaceFilmModels::primaryRadiation
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Radiation model whereby the radiative heat flux is mapped from the primary
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::standardRadiation
|
Foam::regionModels::surfaceFilmModels::standardRadiation
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Standard radiation model
|
Standard radiation model
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::ArrheniusViscosity
|
Foam::regionModels::surfaceFilmModels::ArrheniusViscosity
|
||||||
|
|
||||||
Description
|
Description
|
||||||
The Arrhenius temperature-dependent viscosity model multiplies the viscosity
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::constantViscosity
|
Foam::regionModels::surfaceFilmModels::constantViscosity
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Constant viscosity model
|
Constant viscosity model
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::filmViscosityModel
|
Foam::regionModels::surfaceFilmModels::filmViscosityModel
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for surface film viscosity models
|
Base class for surface film viscosity models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::liquidViscosity
|
Foam::regionModels::surfaceFilmModels::liquidViscosity
|
||||||
|
|
||||||
Description
|
Description
|
||||||
liquidViscosity viscosity model
|
liquidViscosity viscosity model
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::thixotropicViscosity
|
Foam::regionModels::surfaceFilmModels::thixotropicViscosity
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Thixotropic viscosity model based on the evolution of the structural
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::constantHeatTransfer
|
Foam::regionModels::surfaceFilmModels::constantHeatTransfer
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Constant heat transfer model
|
Constant heat transfer model
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::heatTransferModel
|
Foam::regionModels::surfaceFilmModels::heatTransferModel
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for film heat transfer models
|
Base class for film heat transfer models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::mappedConvectiveHeatTransfer
|
Foam::regionModels::surfaceFilmModels::mappedConvectiveHeatTransfer
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Convective heat transfer model based on a re-working of a Nusselt number
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::noPhaseChange
|
Foam::regionModels::surfaceFilmModels::noPhaseChange
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Dummy phase change model for 'none'
|
Dummy phase change model for 'none'
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::phaseChangeModel
|
Foam::regionModels::surfaceFilmModels::phaseChangeModel
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Base class for surface film phase change models
|
Base class for surface film phase change models
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::solidification
|
Foam::regionModels::surfaceFilmModels::solidification
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Solidification phase change model where all film mass is converted when the
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::standardPhaseChange
|
Foam::regionModels::surfaceFilmModels::standardPhaseChange
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Standard phase change model with modification for boiling
|
Standard phase change model with modification for boiling
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::thermoSingleLayer
|
Foam::regionModels::surfaceFilmModels::thermoSingleLayer
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Thermodynamic form of single-cell layer surface film model
|
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/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::noThermo
|
Foam::regionModels::thermalBaffleModels::noThermo
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Dummy surface pyrolysis model for 'none'
|
Dummy surface pyrolysis model for 'none'
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::thermalBaffle
|
Foam::regionModels::thermalBaffleModels::thermalBaffle
|
||||||
|
|
||||||
Description
|
Description
|
||||||
2D thermal baffle
|
2D thermal baffle
|
||||||
|
|||||||
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::thermalBaffleModel
|
Foam::regionModels::thermalBaffleModels::thermalBaffleModel
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user