mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: changeDictionary: reset fields to uniform
This commit is contained in:
@ -45,6 +45,28 @@ dictionaryReplacement
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"mut"
|
||||||
|
{
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
wallFilm
|
||||||
|
{
|
||||||
|
value uniform 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"alphat"
|
||||||
|
{
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
wallFilm
|
||||||
|
{
|
||||||
|
value uniform 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user