compressibleVoF,compressibleMultiphaseVoF: Apply fvConstraints to the pressure

Replaces the hard-coded pMin.
This commit is contained in:
Henry Weller
2023-04-17 10:32:32 +01:00
parent 1a17ce00c4
commit 5bcca1cca9
25 changed files with 1104 additions and 43 deletions

View File

@ -16,8 +16,6 @@ FoamFile
phases (water oil mercury air);
pMin 10000;
sigmas
(
(air water) 0.07

View File

@ -0,0 +1,24 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object fvConstraints;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
boundp
{
type bound;
field p;
min 100;
}
// ************************************************************************* //

View File

@ -16,8 +16,6 @@ FoamFile
phases (liquid air);
pMin 10000;
sigma 0.0309;
// ************************************************************************* //

View File

@ -16,8 +16,6 @@ FoamFile
phases (liquid air);
pMin 10000;
sigma 0.0309;
// ************************************************************************* //

View File

@ -16,8 +16,6 @@ FoamFile
phases (water air);
pMin 10000;
sigma
{
type liquidProperties;

View File

@ -16,8 +16,6 @@ FoamFile
phases (water air);
pMin 10000;
sigma
{
type liquidProperties;

View File

@ -16,8 +16,6 @@ FoamFile
phases (water air);
pMin 10000;
sigma 0.07;
// ************************************************************************* //

View File

@ -16,8 +16,6 @@ FoamFile
phases (liquid air);
pMin 10000;
sigma 0.0309;
// ************************************************************************* //

View File

@ -7,7 +7,7 @@
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
format binary;
class volScalarField;
location "0";
object T.air;

View File

@ -7,7 +7,7 @@
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
format binary;
class volScalarField;
location "0";
object T.water;

View File

@ -0,0 +1,24 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object fvConstraints;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
boundp
{
type bound;
field p;
min 100;
}
// ************************************************************************* //

View File

@ -16,8 +16,6 @@ FoamFile
phases (water air);
pMin 10000;
sigma
{
type liquidProperties;

View File

@ -16,8 +16,6 @@ FoamFile
phases (liquid air);
pMin 10000;
sigma 0.0309;
// ************************************************************************* //