mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvOptions: Rationalize naming convention for constraints
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user