mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure
This commit is contained in:
@ -23,19 +23,19 @@ boundaryField
|
||||
{
|
||||
left
|
||||
{
|
||||
type buoyantPressure;
|
||||
type fixedFluxPressure;
|
||||
}
|
||||
right
|
||||
{
|
||||
type buoyantPressure;
|
||||
type fixedFluxPressure;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type buoyantPressure;
|
||||
type fixedFluxPressure;
|
||||
}
|
||||
top
|
||||
{
|
||||
type buoyantPressure;
|
||||
type fixedFluxPressure;
|
||||
}
|
||||
frontBack
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user