mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Incompressible heatTransfer: Rename kappa->alpha and move turbulentHeatFluxTemperature BC to turbulence base class
This commit is contained in:
@ -45,7 +45,6 @@ namespace Foam
|
||||
"power",
|
||||
"flux"
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -254,4 +253,3 @@ makePatchTypeField
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -56,7 +56,6 @@ v2WallFunctions = $(wallFunctions)/v2WallFunctions
|
||||
$(v2WallFunctions)/v2WallFunction/v2WallFunctionFvPatchScalarField.C
|
||||
|
||||
/* Patch fields */
|
||||
derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C
|
||||
derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C
|
||||
derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C
|
||||
derivedFvPatchFields/atmBoundaryLayerInletEpsilon/atmBoundaryLayerInletEpsilonFvPatchScalarField.C
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
turbulenceModel.C
|
||||
laminar/laminar.C
|
||||
derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libincompressibleTurbulenceModel
|
||||
|
||||
@ -245,6 +245,4 @@ makePatchTypeField
|
||||
} // End namespace incompressible
|
||||
} // End namespace Foam
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -57,7 +57,7 @@ Note
|
||||
- it is assumed that the units of \c alphaEff are [kg/m/s]
|
||||
- the specific heat capcaity is read from the transport dictionary entry
|
||||
\c Cp0
|
||||
|
||||
|
||||
SourceFiles
|
||||
turbulentHeatFluxTemperatureFvPatchScalarField.C
|
||||
|
||||
Reference in New Issue
Block a user