mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: hotBoxes: make uniformFixedValue
This commit is contained in:
@ -23,13 +23,13 @@ boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type uniformFixedValue;
|
||||
uniformValue (0 0 0);
|
||||
}
|
||||
wallFilm
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type uniformFixedValue;
|
||||
uniformValue (0 0 0);
|
||||
// type mapped;
|
||||
// fieldName Usf;
|
||||
// average (0 0 0);
|
||||
|
||||
Reference in New Issue
Block a user