mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: codedMixed: corrected comment in header
This commit is contained in:
@ -38,7 +38,9 @@ Description
|
|||||||
|
|
||||||
code
|
code
|
||||||
#{
|
#{
|
||||||
operator==(min(10, 0.1*this->db().time().value()));
|
this->refValue() = min(10, 0.1*this->db().time().value());
|
||||||
|
this->refGrad() = vector::zero;
|
||||||
|
this->valueFraction() = 1.0;
|
||||||
#};
|
#};
|
||||||
|
|
||||||
//codeInclude
|
//codeInclude
|
||||||
@ -62,7 +64,9 @@ Description
|
|||||||
{
|
{
|
||||||
code
|
code
|
||||||
#{
|
#{
|
||||||
operator==(min(10, 0.1*this->db().time().value()));
|
this->refValue() = min(10, 0.1*this->db().time().value());
|
||||||
|
this->refGrad() = vector::zero;
|
||||||
|
this->valueFraction() = 1.0;
|
||||||
#};
|
#};
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|||||||
Reference in New Issue
Block a user