Fixed flux writing problem
This commit is contained in:
parent
48ea646dc7
commit
3f3e330158
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ void fluxFvPatchField<Type>::write(Ostream& os) const
|
||||||
fixedGradientFvPatchField<Type>::write(os);
|
fixedGradientFvPatchField<Type>::write(os);
|
||||||
flux_.writeEntry("flux", os);
|
flux_.writeEntry("flux", os);
|
||||||
reactivity_.writeEntry("reactivity", os);
|
reactivity_.writeEntry("reactivity", os);
|
||||||
|
os.writeKeyword("gamma") << gammaName_ << token::END_STATEMENT << nl;
|
||||||
this->writeEntry("value", os);
|
this->writeEntry("value", os);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue