mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: codedFvOptionTemplate: updated 'setValue' to 'constrain'
Resolves bug-report https://bugs.openfoam.org/view.php?id=2579
This commit is contained in:
committed by
Andrew Heather
parent
c38a0b1a4b
commit
f96db2d600
@ -179,7 +179,7 @@ void ${typeName}FvOption${SourceType}::addSup
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ${typeName}FvOption${SourceType}::setValue
|
void ${typeName}FvOption${SourceType}::constrain
|
||||||
(
|
(
|
||||||
fvMatrix<${TemplateType}>& eqn,
|
fvMatrix<${TemplateType}>& eqn,
|
||||||
const label fieldi
|
const label fieldi
|
||||||
@ -187,7 +187,7 @@ void ${typeName}FvOption${SourceType}::setValue
|
|||||||
{
|
{
|
||||||
if (${verbose:-false})
|
if (${verbose:-false})
|
||||||
{
|
{
|
||||||
Info<<"${typeName}FvOption${SourceType}::setValue()\n";
|
Info<<"${typeName}FvOption${SourceType}::constrain()\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
//{{{ begin code
|
//{{{ begin code
|
||||||
|
|||||||
@ -36,10 +36,10 @@ Description
|
|||||||
const label fieldi
|
const label fieldi
|
||||||
)
|
)
|
||||||
|
|
||||||
setValue
|
constrain
|
||||||
(
|
(
|
||||||
fvMatrix<Type}>& eqn,
|
fvMatrix<Type>& eqn,
|
||||||
const label fieldi
|
const label fieldi
|
||||||
)
|
)
|
||||||
|
|
||||||
where :
|
where :
|
||||||
@ -172,7 +172,7 @@ public:
|
|||||||
);
|
);
|
||||||
|
|
||||||
//- Set value
|
//- Set value
|
||||||
virtual void setValue
|
virtual void constrain
|
||||||
(
|
(
|
||||||
fvMatrix<${TemplateType}>& eqn,
|
fvMatrix<${TemplateType}>& eqn,
|
||||||
const label fieldi
|
const label fieldi
|
||||||
|
|||||||
Reference in New Issue
Block a user