codedFvOptionTemplate: updated 'setValue' to 'constrain'
Resolves bug-report https://bugs.openfoam.org/view.php?id=2579
This commit is contained in:
parent
082e16b5e0
commit
0d1c622906
2 changed files with 5 additions and 5 deletions
|
|
@ -179,7 +179,7 @@ void ${typeName}FvOption${SourceType}::addSup
|
|||
}
|
||||
|
||||
|
||||
void ${typeName}FvOption${SourceType}::setValue
|
||||
void ${typeName}FvOption${SourceType}::constrain
|
||||
(
|
||||
fvMatrix<${TemplateType}>& eqn,
|
||||
const label fieldi
|
||||
|
|
@ -187,7 +187,7 @@ void ${typeName}FvOption${SourceType}::setValue
|
|||
{
|
||||
if (${verbose:-false})
|
||||
{
|
||||
Info<<"${typeName}FvOption${SourceType}::setValue()\n";
|
||||
Info<<"${typeName}FvOption${SourceType}::constrain()\n";
|
||||
}
|
||||
|
||||
//{{{ begin code
|
||||
|
|
|
|||
|
|
@ -36,9 +36,9 @@ Description
|
|||
const label fieldi
|
||||
)
|
||||
|
||||
setValue
|
||||
constrain
|
||||
(
|
||||
fvMatrix<Type}>& eqn,
|
||||
fvMatrix<Type}>& eqn,
|
||||
const label fieldi
|
||||
)
|
||||
|
||||
|
|
@ -172,7 +172,7 @@ public:
|
|||
);
|
||||
|
||||
//- Set value
|
||||
virtual void setValue
|
||||
virtual void constrain
|
||||
(
|
||||
fvMatrix<${TemplateType}>& eqn,
|
||||
const label fieldi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue