fvOptions: Rationalize naming convention for constraints

This commit is contained in:
Henry
2015-06-01 09:58:33 +01:00
parent 6ffc90ad29
commit bbbad9cfc0
50 changed files with 51 additions and 291 deletions

View File

@ -107,7 +107,7 @@ bool Foam::fv::fixedTemperatureConstraint::alwaysApply() const
}
void Foam::fv::fixedTemperatureConstraint::setValue
void Foam::fv::fixedTemperatureConstraint::constrain
(
fvMatrix<scalar>& eqn,
const label
@ -148,13 +148,6 @@ void Foam::fv::fixedTemperatureConstraint::setValue
}
void Foam::fv::fixedTemperatureConstraint::writeData(Ostream& os) const
{
cellSetOption::writeData(os);
dict_.write(os);
}
bool Foam::fv::fixedTemperatureConstraint::read(const dictionary& dict)
{
if (cellSetOption::read(dict))