ENH: hotBoxes: make uniformFixedValue
This commit is contained in:
parent
22a4123906
commit
2dae4cefa1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user