Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -34,8 +34,9 @@ boundaryField
|
||||
}
|
||||
walls
|
||||
{
|
||||
type copiedFixedValue;
|
||||
sourceFieldName T.liquid;
|
||||
type mappedValue;
|
||||
neighbourPatch walls;
|
||||
field T.liquid;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
|
||||
@ -34,8 +34,9 @@ boundaryField
|
||||
}
|
||||
wall
|
||||
{
|
||||
type copiedFixedValue;
|
||||
sourceFieldName T.liquid;
|
||||
type mappedValue;
|
||||
neighbourPatch wall;
|
||||
field T.liquid;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
|
||||
@ -34,8 +34,9 @@ boundaryField
|
||||
}
|
||||
wall
|
||||
{
|
||||
type copiedFixedValue;
|
||||
sourceFieldName T.liquid;
|
||||
type mappedValue;
|
||||
neighbourPatch wall;
|
||||
field T.liquid;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
|
||||
@ -34,8 +34,9 @@ boundaryField
|
||||
}
|
||||
wall
|
||||
{
|
||||
type copiedFixedValue;
|
||||
sourceFieldName T.liquid;
|
||||
type mappedValue;
|
||||
neighbourPatch wall;
|
||||
field T.liquid;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
|
||||
@ -34,8 +34,9 @@ boundaryField
|
||||
}
|
||||
wall
|
||||
{
|
||||
type copiedFixedValue;
|
||||
sourceFieldName T.liquid;
|
||||
type mappedValue;
|
||||
neighbourPatch wall;
|
||||
field T.liquid;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
|
||||
Reference in New Issue
Block a user