tutorials/multiphase/interFoam/RAS/waterChannel: Removed ".*" from BCs to avoid confusion

This commit is contained in:
Henry Weller
2021-01-11 20:23:03 +00:00
parent 476bce93ce
commit dabceadd13
4 changed files with 42 additions and 4 deletions

View File

@ -33,7 +33,14 @@ boundaryField
value $internalField;
}
".*"
atmosphere
{
type inletOutlet;
inletValue $internalField;
value $internalField;
}
outlet
{
type inletOutlet;
inletValue $internalField;

View File

@ -21,13 +21,25 @@ internalField uniform 0;
boundaryField
{
inlet
{
type calculated;
value uniform 0;
}
walls
{
type nutkWallFunction;
value uniform 0;
}
".*"
atmosphere
{
type calculated;
value uniform 0;
}
outlet
{
type calculated;
value uniform 0;

View File

@ -32,7 +32,14 @@ boundaryField
value $internalField;
}
".*"
atmosphere
{
type inletOutlet;
inletValue $internalField;
value $internalField;
}
outlet
{
type inletOutlet;
inletValue $internalField;

View File

@ -20,13 +20,25 @@ internalField uniform 0;
boundaryField
{
inlet
{
type fixedFluxPressure;
value uniform 0;
}
walls
{
type fixedFluxPressure;
value uniform 0;
}
atmosphere
{
type totalPressure;
p0 uniform 0;
}
".*"
outlet
{
type fixedFluxPressure;
value uniform 0;