mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Changing p_rgh BC and call to solidThermo in noPyrolysis.C
This commit is contained in:
@ -23,7 +23,14 @@ boundaryField
|
||||
{
|
||||
sides
|
||||
{
|
||||
type fixedFluxPressure;
|
||||
type totalPressure;
|
||||
p0 $internalField;
|
||||
U U;
|
||||
phi phi;
|
||||
rho rho;
|
||||
psi none;
|
||||
gamma 0;
|
||||
value $internalField;
|
||||
}
|
||||
region0_to_wallFilmRegion_wallFilmFaces
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user