mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
This commit is contained in:
@ -49,7 +49,7 @@ boundaryField
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
hull_wall
|
||||
hull
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
|
||||
@ -44,7 +44,7 @@ boundaryField
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
hull_wall
|
||||
hull
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
@ -44,7 +44,7 @@ boundaryField
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
hull_wall
|
||||
hull
|
||||
{
|
||||
type kqRWallFunction;
|
||||
value $internalField;
|
||||
|
||||
@ -42,7 +42,7 @@ boundaryField
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
hull_wall
|
||||
hull
|
||||
{
|
||||
type nutkWallFunction;
|
||||
value $internalField;
|
||||
|
||||
@ -50,7 +50,7 @@ boundaryField
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
hull_wall
|
||||
hull
|
||||
{
|
||||
type omegaWallFunction;
|
||||
value $internalField;
|
||||
|
||||
@ -48,7 +48,7 @@ boundaryField
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
hull_wall
|
||||
hull
|
||||
{
|
||||
type fixedFluxPressure;
|
||||
value $internalField;
|
||||
|
||||
Reference in New Issue
Block a user