37 const DimensionedField<scalar, volMesh>& iF
40 fixedGradientFvPatchScalarField(p, iF),
42 KName_(
"undefined-Kcond")
51 const DimensionedField<scalar, volMesh>& iF,
52 const fvPatchFieldMapper& mapper
55 fixedGradientFvPatchScalarField(ptf, p, iF, mapper),
65 const DimensionedField<scalar, volMesh>& iF,
66 const dictionary& dict
69 fixedGradientFvPatchScalarField(p, iF, dict),
70 q_(
"q", dict, p.size()),
71 KName_(dict.lookup(
"Kcond"))
81 fixedGradientFvPatchScalarField(tppsf),
91 const DimensionedField<scalar, volMesh>& iF
94 fixedGradientFvPatchScalarField(tppsf, iF),
104 const fvPatchFieldMapper& m
118 fixedGradientFvPatchScalarField::rmap(ptf, addr);
121 refCast<const solidWallHeatFluxTemperatureFvPatchScalarField>(ptf);
123 q_.rmap(hfptf.q_, addr);
141 fixedGradientFvPatchScalarField::updateCoeffs();
150 fixedGradientFvPatchScalarField::write(os);
151 q_.writeEntry(
"q", os);
153 this->writeEntry(
"value", os);