Incompressible heatTransfer: Rename kappa->alpha and move turbulentHeatFluxTemperature BC to turbulence base class

This commit is contained in:
Henry
2013-04-05 17:21:58 +01:00
parent b07e4f55b4
commit 456a74c9f6
10 changed files with 19 additions and 24 deletions

View File

@ -45,7 +45,6 @@ namespace Foam
"power",
"flux"
};
}
@ -254,4 +253,3 @@ makePatchTypeField
// ************************************************************************* //

View File

@ -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

View File

@ -1,4 +1,5 @@
turbulenceModel.C
laminar/laminar.C
derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C
LIB = $(FOAM_LIBBIN)/libincompressibleTurbulenceModel

View File

@ -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