diff --git a/src/OpenFOAM/global/foamDoc.H b/src/OpenFOAM/global/foamDoc.H index 73210859be..1d251618f5 100644 --- a/src/OpenFOAM/global/foamDoc.H +++ b/src/OpenFOAM/global/foamDoc.H @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation - \\/ M anipulation | + \\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -56,8 +56,22 @@ License \section usingTheCode Using the code + Solvers - \subpage pageSolvers + + Modelling + - \subpage pageThermophsyicalModels + - \subpage pageTurbulenceModelling + - \subpage pageLagrangianIntermediate + + Boundary conditions - \subpage pageBoundaryConditions + + Numerics + - \subpage pageFiniteVolumeSchemes + - \subpage pageMatrixSolvers + + Post-processing - \subpage pagePostProcessing diff --git a/src/OpenFOAM/matrices/lduMatrix/doc/lduMatrix.dox b/src/OpenFOAM/matrices/lduMatrix/doc/lduMatrix.dox new file mode 100644 index 0000000000..12e9bd033a --- /dev/null +++ b/src/OpenFOAM/matrices/lduMatrix/doc/lduMatrix.dox @@ -0,0 +1,36 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + OpenFOAM. If not, see . + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +\page pageMatrixSolvers Matrix solvers + +\section secSchemes Overview +The available matrix solvers are grouped into the following categories: + - \ref grpLduMatrix + - \ref grpLduMatrixPreconditioners + - \ref grpLduMatrixSmoothers + - \ref grpLduMatrixSolvers + + +\*---------------------------------------------------------------------------*/ diff --git a/src/OpenFOAM/matrices/lduMatrix/doc/lduMatrixDoc.H b/src/OpenFOAM/matrices/lduMatrix/doc/lduMatrixDoc.H new file mode 100644 index 0000000000..c9da613b45 --- /dev/null +++ b/src/OpenFOAM/matrices/lduMatrix/doc/lduMatrixDoc.H @@ -0,0 +1,56 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + OpenFOAM. If not, see . + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +\defgroup grpNumerics Numerics +@{ + This group contains numerics +@} + +\defgroup grpLduMatrix Matrix manipulation and solvers +@{ + \ingroup grpNumerics + This group contains matrices +@} + +\defgroup grpLduMatrixPreconditioners Preconditioners +@{ + \ingroup grpLduMatrix + This group contains matrix preconditioners +@} + +\defgroup grpLduMatrixSmoothers Smoothers +@{ + \ingroup grpLduMatrix + This group contains matrix smoothers +@} + +\defgroup grpLduMatrixSolvers Solvers +@{ + \ingroup grpLduMatrix + This group contains matrix solvers +@} + + +\*---------------------------------------------------------------------------*/ diff --git a/src/TurbulenceModels/turbulenceModels/doc/turbulenceModel.dox b/src/TurbulenceModels/turbulenceModels/doc/turbulenceModel.dox new file mode 100644 index 0000000000..4aa49fd43a --- /dev/null +++ b/src/TurbulenceModels/turbulenceModels/doc/turbulenceModel.dox @@ -0,0 +1,36 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + OpenFOAM. If not, see . + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +\page pageTurbulenceModelling Turbulence modelling + +\section secSchemes Overview +The available turbulence models are grouped into the following categories: + - \ref grpTurbulence + - \ref grpRASTurbulence + - \ref grpDESTurbulence + - \ref grpLESTurbulence + + +\*---------------------------------------------------------------------------*/ diff --git a/src/finiteVolume/finiteVolume/doc/finiteVolumeSchemes.dox b/src/finiteVolume/finiteVolume/doc/finiteVolumeSchemes.dox new file mode 100644 index 0000000000..fe019b8850 --- /dev/null +++ b/src/finiteVolume/finiteVolume/doc/finiteVolumeSchemes.dox @@ -0,0 +1,40 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + OpenFOAM. If not, see . + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +\page pageFiniteVolumeSchemes Numerical schemes + +\section secSchemes Overview +The available numerical schemes are grouped into the following categories: + - \ref grpFvGradSchemes + - \ref grpFvSnGradSchemes + - \ref grpFvDivSchemes + - \ref grpFvLaplacianSchemes + - \ref grpFvDdtSchemes + - \ref grpFvConvectionSchemes + - \ref grpFvSurfaceInterpolationSchemes + - \ref grpFvLimitedSurfaceInterpolationSchemes + + +\*---------------------------------------------------------------------------*/ diff --git a/src/fvOptions/doc/fvOptionsDoc.H b/src/fvOptions/doc/fvOptionsDoc.H new file mode 100644 index 0000000000..574618b612 --- /dev/null +++ b/src/fvOptions/doc/fvOptionsDoc.H @@ -0,0 +1,51 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + OpenFOAM. If not, see . + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +\defgroup grpFvOptions Finite volume Options +@{ + \ingroup grpNumerics + This group contains finite volume options +@} + +\defgroup grpFvOptionsSources Sources +@{ + \ingroup grpFvOptions + This group contains finite volume sources +@} + +\defgroup grpFvOptionsCorrections Corrections +@{ + \ingroup grpFvOptions + This group contains finite volume corrections +@} + +\defgroup grpFvOptionsConstraints Constraints +@{ + \ingroup grpFvOptions + This group contains finite volume constraints +@} + + +\*---------------------------------------------------------------------------*/ diff --git a/src/lagrangian/intermediate/doc/lagrangianIntermediate.dox b/src/lagrangian/intermediate/doc/lagrangianIntermediate.dox new file mode 100644 index 0000000000..a314c0c60b --- /dev/null +++ b/src/lagrangian/intermediate/doc/lagrangianIntermediate.dox @@ -0,0 +1,41 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + OpenFOAM. If not, see . + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +\page pageLagrangianIntermediate Lagrangian modelling + +\section secSchemes Overview +The available Lagrangian models are grouped into the following categories: + - \ref grpLagrangianIntermediateClouds + - \ref grpLagrangianIntermediateParcels + - \ref grpLagrangianIntermediateSubModels + - \ref grpLagrangianIntermediateKinematicSubModels + - \ref grpLagrangianIntermediateThermoSubModels + - \ref grpLagrangianIntermediateReactingSubModels + - \ref grpLagrangianIntermediateReactingMultiphaseSubModels + - \ref grpLagrangianIntermediateMPPICSubModels + - \ref grpLagrangianIntermediateFunctionObjects + + +\*---------------------------------------------------------------------------*/ diff --git a/src/lagrangian/intermediate/doc/finiteVolumeSchemesDoc.H b/src/lagrangian/intermediate/doc/lagrangianIntermediateDoc.H similarity index 100% rename from src/lagrangian/intermediate/doc/finiteVolumeSchemesDoc.H rename to src/lagrangian/intermediate/doc/lagrangianIntermediateDoc.H diff --git a/src/postProcessing/functionObjects/doc/functionObjects.dox b/src/postProcessing/functionObjects/doc/functionObjects.dox index d39e82c137..1f1702dca1 100644 --- a/src/postProcessing/functionObjects/doc/functionObjects.dox +++ b/src/postProcessing/functionObjects/doc/functionObjects.dox @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation - \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd. + \\/ M anipulation | Copyright (C) 2015-2016 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -44,6 +44,7 @@ The current range of features comprises of: - \ref grpIOFunctionObjects - \ref grpJobControlFunctionObjects - \ref grpUtilitiesFunctionObjects +- \ref grpThermophysicalFunctionObjects \linebreak \subsection secFieldFunctionObjectUsage Using function objects diff --git a/src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/reactionsSensitivityAnalysis.H b/src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/reactionsSensitivityAnalysis.H index 270d0f4056..1a75aa7192 100644 --- a/src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/reactionsSensitivityAnalysis.H +++ b/src/postProcessing/functionObjects/utilities/reactionSensitivityAnalysis/reactionsSensitivityAnalysis.H @@ -25,7 +25,7 @@ Class Foam::reactionsSensitivityAnalysis Group - grpUtilitiesFunctionObjects + grpUtilitiesFunctionObjects grpThermophysicalFunctionObjects Description This function object creates four data files named: diff --git a/src/thermophysicalModels/doc/thermophysicalModels.dox b/src/thermophysicalModels/doc/thermophysicalModels.dox new file mode 100644 index 0000000000..a8f7f48ae9 --- /dev/null +++ b/src/thermophysicalModels/doc/thermophysicalModels.dox @@ -0,0 +1,33 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + OpenFOAM. If not, see . + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +\page pageThermophsyicalModels Thermophsyical Models + +\section secSchemes Overview +The available thermophysical models are grouped into the following categories: + - \ref grpThermophysicalModels + + +\*---------------------------------------------------------------------------*/ diff --git a/src/thermophysicalModels/doc/thermophysicalModelsDoc.H b/src/thermophysicalModels/doc/thermophysicalModelsDoc.H index a6bf6cf927..25563efa1e 100644 --- a/src/thermophysicalModels/doc/thermophysicalModelsDoc.H +++ b/src/thermophysicalModels/doc/thermophysicalModelsDoc.H @@ -28,5 +28,11 @@ License This group contains thermophysical models @} +\defgroup grpThermophysicalFunctionObjects Thermophysical function objects +@{ + \ingroup grpFunctionObjects + This group contains thermo-based function objects +@} + \*---------------------------------------------------------------------------*/ diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H index f298f1b9b7..e0429cbd70 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H @@ -24,6 +24,9 @@ License Class Foam::chemistryReader +Group + grpReactionThermophysicalChemistryReaders + Description Abstract class for reading chemistry diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H index 916c8c06f8..19aa7806f3 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H @@ -24,6 +24,9 @@ License Class Foam::chemkinReader +Group + grpReactionThermophysicalChemistryReaders + Description Foam::chemkinReader diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H b/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H index 16046fd29c..ec723e1e2c 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H @@ -24,6 +24,9 @@ License Class Foam::foamChemistryReader +Group + grpReactionThermophysicalChemistryReaders + Description Chemistry reader for OpenFOAM format diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H index 5571f28489..e6b3b59c35 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H @@ -24,6 +24,9 @@ License Class Foam::fixedUnburntEnthalpyFvPatchScalarField +Group + grpThermoBoundaryConditions + Description Fixed boundary condition for unburnt @@ -43,7 +46,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class fixedUnburntEnthalpyFvPatchScalarField Declaration + Class fixedUnburntEnthalpyFvPatchScalarField Declaration \*---------------------------------------------------------------------------*/ class fixedUnburntEnthalpyFvPatchScalarField diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H index f23cc1f25e..2fcd45c3d2 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H @@ -24,6 +24,9 @@ License Class Foam::gradientUnburntEnthalpyFvPatchScalarField +Group + grpThermoBoundaryConditions + Description gradient boundary condition for unburnt diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H index 5bbf130aa0..a7800ee3bc 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H @@ -24,6 +24,9 @@ License Class Foam::mixedUnburntEnthalpyFvPatchScalarField +Group + grpThermoBoundaryConditions + Description Mixed boundary condition for unburnt diff --git a/src/thermophysicalModels/reactionThermo/doc/reactionThermoDoc.H b/src/thermophysicalModels/reactionThermo/doc/reactionThermoDoc.H new file mode 100644 index 0000000000..01baf0e53b --- /dev/null +++ b/src/thermophysicalModels/reactionThermo/doc/reactionThermoDoc.H @@ -0,0 +1,43 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2016 OpenCFD Ltd. + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + details. + + You should have received a copy of the GNU General Public License along with + OpenFOAM. If not, see . + +\defgroup grpReactionThermophysicalModels Reaction thermophysical models +@{ + \ingroup grpThermophysicalModels + This group contains reaction thermophysical models +@} + +\defgroup grpReactionThermophysicalMixtures Mixtures +@{ + \ingroup grpReactionThermophysicalModels + This group contains reaction mixtures +@} + +\defgroup grpReactionThermophysicalChemistryReaders Chemistry readers +@{ + \ingroup grpReactionThermophysicalModels + This group contains chemistry readers +@} + + +\*---------------------------------------------------------------------------*/ diff --git a/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.H b/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.H index fa158e4754..6429ed6620 100644 --- a/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.H +++ b/src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.H @@ -24,6 +24,9 @@ License Class Foam::moleFractions +Group + grpThermophysicalFunctionObjects + Description This function object calculates mole-fraction fields from the mass-fraction fields of the psi/rhoReactionThermo and caches them for output and further diff --git a/src/thermophysicalModels/reactionThermo/mixtures/SpecieMixture/SpecieMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/SpecieMixture/SpecieMixture.H index 24f95915ab..72219a4ac3 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/SpecieMixture/SpecieMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/SpecieMixture/SpecieMixture.H @@ -24,6 +24,9 @@ License Class Foam::SpecieMixture +Group + grpReactionThermophysicalMixtures + Description Foam::SpecieMixture diff --git a/src/thermophysicalModels/reactionThermo/mixtures/basicCombustionMixture/basicCombustionMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/basicCombustionMixture/basicCombustionMixture.H index 341418e1db..f192ef1c53 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/basicCombustionMixture/basicCombustionMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/basicCombustionMixture/basicCombustionMixture.H @@ -24,6 +24,9 @@ License Class Foam::basicCombustionMixture +Group + grpReactionThermophysicalMixtures + Description Specialization of the basicSpecieMixture for combustion. diff --git a/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H index 51b08b6a59..f31318de5b 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H @@ -24,6 +24,9 @@ License Class Foam::basicMultiComponentMixture +Group + grpReactionThermophysicalMixtures + Description Multi-component mixture. diff --git a/src/thermophysicalModels/reactionThermo/mixtures/basicSpecieMixture/basicSpecieMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/basicSpecieMixture/basicSpecieMixture.H index e814154a9c..d967e8931f 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/basicSpecieMixture/basicSpecieMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/basicSpecieMixture/basicSpecieMixture.H @@ -24,6 +24,9 @@ License Class Foam::basicSpecieMixture +Group + grpReactionThermophysicalMixtures + Description Specialization of basicMultiComponentMixture for a mixture consisting of a number for molecular species. diff --git a/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H index fa81aa92e1..5b9f031248 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H @@ -24,6 +24,9 @@ License Class Foam::egrMixture +Group + grpReactionThermophysicalMixtures + Description Foam::egrMixture diff --git a/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H index 31915735d1..bb77c4601e 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H @@ -24,6 +24,9 @@ License Class Foam::homogeneousMixture +Group + grpReactionThermophysicalMixtures + Description Foam::homogeneousMixture diff --git a/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H index ef9284dde8..d6ec1b63e0 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H @@ -24,6 +24,9 @@ License Class Foam::inhomogeneousMixture +Group + grpReactionThermophysicalMixtures + Description Foam::inhomogeneousMixture diff --git a/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H index eaf395a91e..5f11d35b76 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H @@ -24,6 +24,9 @@ License Class Foam::multiComponentMixture +Group + grpReactionThermophysicalMixtures + Description Foam::multiComponentMixture diff --git a/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H index 5261eb726e..6ef1df6d88 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H @@ -24,6 +24,9 @@ License Class Foam::reactingMixture +Group + grpReactionThermophysicalMixtures + Description Foam::reactingMixture diff --git a/src/thermophysicalModels/reactionThermo/mixtures/singleStepReactingMixture/singleStepReactingMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/singleStepReactingMixture/singleStepReactingMixture.H index b5a4a90fbf..10119b24f7 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/singleStepReactingMixture/singleStepReactingMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/singleStepReactingMixture/singleStepReactingMixture.H @@ -24,6 +24,9 @@ License Class Foam::singleStepReactingMixture +Group + grpReactionThermophysicalMixtures + Description Single step reacting mixture diff --git a/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H index 2e852b80c1..5b81432aa9 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H @@ -24,6 +24,9 @@ License Class Foam::veryInhomogeneousMixture +Group + grpReactionThermophysicalMixtures + Description Foam::veryInhomogeneousMixture