60 thetaT0_(gcpsf.thetaT0_),
93 thetaT0_(gcpsf.thetaT0_),
95 thetaTe_(gcpsf.thetaTe_)
108 scalar t = patch().boundaryMesh().mesh().time().value();
109 scalar theta0 = thetaT0_;
121 theta0 = thetaT0_ + (t - t0_)*(thetaTe_ - thetaT0_)/(te_ - t0_);
133 alphaContactAngleFvPatchScalarField::write(os);
135 os.
writeKeyword(
"thetaT0") << thetaT0_ << token::END_STATEMENT <<
nl;
137 os.
writeKeyword(
"thetaTe") << thetaTe_ << token::END_STATEMENT <<
nl;
138 writeEntry(
"value", os);