mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Fixing constructors for coupledBase class in filmPyrolysisRadiativeCoupledMixed
This commit is contained in:
@ -118,7 +118,7 @@ filmPyrolysisRadiativeCoupledMixedFvPatchScalarField
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
mixedFvPatchScalarField(p, iF),
|
mixedFvPatchScalarField(p, iF),
|
||||||
temperatureCoupledBase(patch(), "undefined", "undefined-K"),
|
temperatureCoupledBase(patch(), "undefined", "undefined", "undefined-K"),
|
||||||
filmRegionName_("surfaceFilmProperties"),
|
filmRegionName_("surfaceFilmProperties"),
|
||||||
pyrolysisRegionName_("pyrolysisProperties"),
|
pyrolysisRegionName_("pyrolysisProperties"),
|
||||||
TnbrName_("undefined-Tnbr"),
|
TnbrName_("undefined-Tnbr"),
|
||||||
@ -143,7 +143,7 @@ filmPyrolysisRadiativeCoupledMixedFvPatchScalarField
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
mixedFvPatchScalarField(psf, p, iF, mapper),
|
mixedFvPatchScalarField(psf, p, iF, mapper),
|
||||||
temperatureCoupledBase(patch(), psf.KMethod(), psf.kappaName()),
|
temperatureCoupledBase(patch(), psf),
|
||||||
filmRegionName_(psf.filmRegionName_),
|
filmRegionName_(psf.filmRegionName_),
|
||||||
pyrolysisRegionName_(psf.pyrolysisRegionName_),
|
pyrolysisRegionName_(psf.pyrolysisRegionName_),
|
||||||
TnbrName_(psf.TnbrName_),
|
TnbrName_(psf.TnbrName_),
|
||||||
@ -224,7 +224,7 @@ filmPyrolysisRadiativeCoupledMixedFvPatchScalarField
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
mixedFvPatchScalarField(psf, iF),
|
mixedFvPatchScalarField(psf, iF),
|
||||||
temperatureCoupledBase(patch(), psf.KMethod(), psf.kappaName()),
|
temperatureCoupledBase(patch(), psf),
|
||||||
filmRegionName_(psf.filmRegionName_),
|
filmRegionName_(psf.filmRegionName_),
|
||||||
pyrolysisRegionName_(psf.pyrolysisRegionName_),
|
pyrolysisRegionName_(psf.pyrolysisRegionName_),
|
||||||
TnbrName_(psf.TnbrName_),
|
TnbrName_(psf.TnbrName_),
|
||||||
|
|||||||
Reference in New Issue
Block a user