mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Reorganized BCs and added Doc.H files
This commit is contained in:
@ -25,7 +25,7 @@ Class
|
|||||||
Foam::compressible::convectiveHeatTransferFvPatchScalarField
|
Foam::compressible::convectiveHeatTransferFvPatchScalarField
|
||||||
|
|
||||||
Group
|
Group
|
||||||
grpCmpRASBoundaryConditions
|
grpCmpBoundaryConditions
|
||||||
|
|
||||||
Description
|
Description
|
||||||
This boundary condition provides a convective heat transfer coefficient
|
This boundary condition provides a convective heat transfer coefficient
|
||||||
|
|||||||
@ -0,0 +1,39 @@
|
|||||||
|
/*---------------------------------------------------------------------------*\
|
||||||
|
========= |
|
||||||
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
|
\\ / O peration |
|
||||||
|
\\ / A nd | Copyright (C) 2015 OpenFOAM Foundation
|
||||||
|
\\/ 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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
\defgroup grpCmpTurbulenceBoundaryConditions Compressible Turbulence BCs
|
||||||
|
@{
|
||||||
|
\ingroup grpCmpTurbulence
|
||||||
|
This group contains compressible turbulence model boundary conditions
|
||||||
|
@}
|
||||||
|
|
||||||
|
\defgroup grpCmpWallFunctions Compressible turbulence wall functions
|
||||||
|
@{
|
||||||
|
\ingroup grpCmpTurbulenceBoundaryConditions
|
||||||
|
This group contains compressible turbulence model wall functions
|
||||||
|
@}
|
||||||
|
|
||||||
|
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
@ -0,0 +1,39 @@
|
|||||||
|
/*---------------------------------------------------------------------------*\
|
||||||
|
========= |
|
||||||
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
|
\\ / O peration |
|
||||||
|
\\ / A nd | Copyright (C) 2015 OpenFOAM Foundation
|
||||||
|
\\/ 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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
\defgroup grpIcoTurbulenceBoundaryConditions Incompressible Turbulence BCs
|
||||||
|
@{
|
||||||
|
\ingroup grpIcoTurbulence
|
||||||
|
This group contains incompressible turbulence model boundary conditions
|
||||||
|
@}
|
||||||
|
|
||||||
|
\defgroup grpIcoWallFunctions Incompressible turbulence wall functions
|
||||||
|
@{
|
||||||
|
\ingroup grpIcoTurbulenceBoundaryConditions
|
||||||
|
This group contains incompressible turbulence model wall functions
|
||||||
|
@}
|
||||||
|
|
||||||
|
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
/*---------------------------------------------------------------------------*\
|
||||||
|
========= |
|
||||||
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
|
\\ / O peration |
|
||||||
|
\\ / A nd | Copyright (C) 2015 OpenFOAM Foundation
|
||||||
|
\\/ 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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
\defgroup grpLESTurbulence LES turbulence
|
||||||
|
@{
|
||||||
|
\ingroup grpTurbulence
|
||||||
|
This group contains LES models.
|
||||||
|
@}
|
||||||
|
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
@ -1,5 +1,6 @@
|
|||||||
turbulenceModel.C
|
turbulenceModel.C
|
||||||
|
|
||||||
|
|
||||||
LESdelta = LES/LESdeltas
|
LESdelta = LES/LESdeltas
|
||||||
|
|
||||||
$(LESdelta)/LESdelta/LESdelta.C
|
$(LESdelta)/LESdelta/LESdelta.C
|
||||||
@ -10,6 +11,7 @@ $(LESdelta)/smoothDelta/smoothDelta.C
|
|||||||
$(LESdelta)/maxDeltaxyz/maxDeltaxyz.C
|
$(LESdelta)/maxDeltaxyz/maxDeltaxyz.C
|
||||||
$(LESdelta)/IDDESDelta/IDDESDelta.C
|
$(LESdelta)/IDDESDelta/IDDESDelta.C
|
||||||
|
|
||||||
|
|
||||||
LESfilters = LES/LESfilters
|
LESfilters = LES/LESfilters
|
||||||
|
|
||||||
$(LESfilters)/LESfilter/LESfilter.C
|
$(LESfilters)/LESfilter/LESfilter.C
|
||||||
@ -18,11 +20,13 @@ $(LESfilters)/laplaceFilter/laplaceFilter.C
|
|||||||
$(LESfilters)/anisotropicFilter/anisotropicFilter.C
|
$(LESfilters)/anisotropicFilter/anisotropicFilter.C
|
||||||
|
|
||||||
|
|
||||||
|
/* Turbulence BCs */
|
||||||
derivedFvPatchFields/fixedShearStress/fixedShearStressFvPatchVectorField.C
|
derivedFvPatchFields/fixedShearStress/fixedShearStressFvPatchVectorField.C
|
||||||
derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.C
|
derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.C
|
||||||
|
|
||||||
|
|
||||||
/* Wall function BCs */
|
/* Wall function BCs */
|
||||||
wallFunctions = RAS/derivedFvPatchFields/wallFunctions
|
wallFunctions = derivedFvPatchFields/wallFunctions
|
||||||
|
|
||||||
nutWallFunctions = $(wallFunctions)/nutWallFunctions
|
nutWallFunctions = $(wallFunctions)/nutWallFunctions
|
||||||
$(nutWallFunctions)/nutWallFunction/nutWallFunctionFvPatchScalarField.C
|
$(nutWallFunctions)/nutWallFunction/nutWallFunctionFvPatchScalarField.C
|
||||||
@ -56,14 +60,18 @@ fWallFunctions = $(wallFunctions)/fWallFunctions
|
|||||||
$(fWallFunctions)/fWallFunction/fWallFunctionFvPatchScalarField.C
|
$(fWallFunctions)/fWallFunction/fWallFunctionFvPatchScalarField.C
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
RASBCs = RAS/derivedFvPatchFields
|
||||||
|
|
||||||
/* Inlet turbulence BCs */
|
/* Inlet turbulence BCs */
|
||||||
RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C
|
$(RASBCs)/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C
|
||||||
RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C
|
$(RASBCs)/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C
|
||||||
|
|
||||||
/* Atmospheric boundary layer BCs */
|
/* Atmospheric boundary layer BCs */
|
||||||
RAS/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.C
|
$(RASBCs)/atmBoundaryLayer/atmBoundaryLayer.C
|
||||||
RAS/derivedFvPatchFields/atmBoundaryLayerInletVelocity/atmBoundaryLayerInletVelocityFvPatchVectorField.C
|
$(RASBCs)/atmBoundaryLayerInletVelocity/atmBoundaryLayerInletVelocityFvPatchVectorField.C
|
||||||
RAS/derivedFvPatchFields/atmBoundaryLayerInletK/atmBoundaryLayerInletKFvPatchScalarField.C
|
$(RASBCs)/atmBoundaryLayerInletK/atmBoundaryLayerInletKFvPatchScalarField.C
|
||||||
RAS/derivedFvPatchFields/atmBoundaryLayerInletEpsilon/atmBoundaryLayerInletEpsilonFvPatchScalarField.C
|
$(RASBCs)/atmBoundaryLayerInletEpsilon/atmBoundaryLayerInletEpsilonFvPatchScalarField.C
|
||||||
|
|
||||||
|
|
||||||
LIB = $(FOAM_LIBBIN)/libturbulenceModels
|
LIB = $(FOAM_LIBBIN)/libturbulenceModels
|
||||||
|
|||||||
@ -0,0 +1,32 @@
|
|||||||
|
/*---------------------------------------------------------------------------*\
|
||||||
|
========= |
|
||||||
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
|
\\ / O peration |
|
||||||
|
\\ / A nd | Copyright (C) 2015 OpenFOAM Foundation
|
||||||
|
\\/ 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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
\defgroup grpRASTurbulence RAS turbulence
|
||||||
|
@{
|
||||||
|
\ingroup grpTurbulence
|
||||||
|
This group contains RAS models.
|
||||||
|
@}
|
||||||
|
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
@ -25,7 +25,7 @@ Class
|
|||||||
Foam::RASModels::SpalartAllmaras
|
Foam::RASModels::SpalartAllmaras
|
||||||
|
|
||||||
Group
|
Group
|
||||||
grpCmpRASTurbulence
|
grpRASTurbulence
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Spalart-Allmaras one-eqn mixing-length model for incompressible and
|
Spalart-Allmaras one-eqn mixing-length model for incompressible and
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -25,7 +25,7 @@ Class
|
|||||||
Foam::fixedShearStressFvPatchVectorField
|
Foam::fixedShearStressFvPatchVectorField
|
||||||
|
|
||||||
Group
|
Group
|
||||||
grpWallBoundaryConditions
|
grpTurbulenceBoundaryConditions
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Set a constant shear stress as tau0 = -nuEff dU/dn.
|
Set a constant shear stress as tau0 = -nuEff dU/dn.
|
||||||
|
|||||||
@ -25,7 +25,7 @@ Class
|
|||||||
Foam::porousBafflePressureFvPatchField
|
Foam::porousBafflePressureFvPatchField
|
||||||
|
|
||||||
Group
|
Group
|
||||||
grpCoupledBoundaryConditions
|
grpCoupledBoundaryConditions grpTurbulenceBoundaryConditions
|
||||||
|
|
||||||
Description
|
Description
|
||||||
This boundary condition provides a jump condition, using the \c cyclic
|
This boundary condition provides a jump condition, using the \c cyclic
|
||||||
|
|||||||
@ -0,0 +1,39 @@
|
|||||||
|
/*---------------------------------------------------------------------------*\
|
||||||
|
========= |
|
||||||
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
|
\\ / O peration |
|
||||||
|
\\ / A nd | Copyright (C) 2015 OpenFOAM Foundation
|
||||||
|
\\/ 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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
\defgroup grpTurbulenceBoundaryConditions turbulence boundary conditions
|
||||||
|
@{
|
||||||
|
\ingroup grpTurbulence
|
||||||
|
This group contains turbulence model boundary conditions
|
||||||
|
@}
|
||||||
|
|
||||||
|
\defgroup grpWallFunctions wall functions
|
||||||
|
@{
|
||||||
|
\ingroup grpTurbulenceBoundaryConditions
|
||||||
|
This group contains turbulence model wall functions
|
||||||
|
@}
|
||||||
|
|
||||||
|
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
Reference in New Issue
Block a user