mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated boundary type in initialisation
This commit is contained in:
@ -82,7 +82,7 @@ mappedConvectiveHeatTransfer::mappedConvectiveHeatTransfer
|
|||||||
),
|
),
|
||||||
owner.regionMesh(),
|
owner.regionMesh(),
|
||||||
dimensionedScalar("zero", dimMass/pow3(dimTime)/dimTemperature, 0.0),
|
dimensionedScalar("zero", dimMass/pow3(dimTime)/dimTemperature, 0.0),
|
||||||
refCast<const kinematicSingleLayer>(owner).pSp().boundaryField().types()
|
owner.mappedPushedFieldPatchTypes<scalar>()
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// Update the primary-side convective heat transfer coefficient
|
// Update the primary-side convective heat transfer coefficient
|
||||||
|
|||||||
Reference in New Issue
Block a user