You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using hyStrath code in OpenFOAM-v1706. You can see the following code of fixed2EnergyFvPatchScalarField::updateCoeffs() in src/thermophysicalModels/strath/strathReactionThermo/reactionThermo/derivedFvPatchFields/fixedEnergy/fixed2EnergyFvPatchScalarField.C
` if (updated())
{
return;
}
Total temperature boundary cannot be set in the Tt file when using hy2foam,but can be set in Tv file.Why it happens?
The text was updated successfully, but these errors were encountered: