From 1fd1042a623faa1aa2d4a6d38804621184be1972 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 5 Jul 2022 07:57:51 +0100 Subject: [PATCH] tutorials: Updated totalPressure to prghTotalPressure for p_rgh atmospheric boundaries --- .../buoyantReactingFoam/Lagrangian/splashPanel/0/p_rgh | 5 +++-- tutorials/multiphase/interFoam/laminar/wave3D/0/p_rgh | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tutorials/combustion/buoyantReactingFoam/Lagrangian/splashPanel/0/p_rgh b/tutorials/combustion/buoyantReactingFoam/Lagrangian/splashPanel/0/p_rgh index 0e6f6e95d1..174ae80afa 100644 --- a/tutorials/combustion/buoyantReactingFoam/Lagrangian/splashPanel/0/p_rgh +++ b/tutorials/combustion/buoyantReactingFoam/Lagrangian/splashPanel/0/p_rgh @@ -16,7 +16,7 @@ FoamFile dimensions [1 -1 -2 0 0 0 0]; -internalField uniform 100000; +internalField uniform 1e5; boundaryField { @@ -24,9 +24,10 @@ boundaryField top { - type totalPressure; + type prghTotalPressure; p0 $internalField; } + region0_to_wallFilm_walls { type fixedFluxPressure; diff --git a/tutorials/multiphase/interFoam/laminar/wave3D/0/p_rgh b/tutorials/multiphase/interFoam/laminar/wave3D/0/p_rgh index 6d7d84490c..2de8923798 100644 --- a/tutorials/multiphase/interFoam/laminar/wave3D/0/p_rgh +++ b/tutorials/multiphase/interFoam/laminar/wave3D/0/p_rgh @@ -27,11 +27,13 @@ boundaryField type fixedFluxPressure; value uniform 0; } + top { - type totalPressure; + type prghTotalPressure; p0 uniform 0; } + bottom { type fixedFluxPressure;