compressibleVoF,compressibleMultiphaseVoF: Apply fvConstraints to the pressure
Replaces the hard-coded pMin.
This commit is contained in:
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (water oil mercury air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigmas
|
||||
(
|
||||
(air water) 0.07
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (liquid air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigma 0.0309;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (liquid air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigma 0.0309;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (water air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigma
|
||||
{
|
||||
type liquidProperties;
|
||||
|
||||
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (water air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigma
|
||||
{
|
||||
type liquidProperties;
|
||||
|
||||
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (water air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigma 0.07;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (liquid air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigma 0.0309;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
format ascii;
|
||||
format binary;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object T.air;
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
format ascii;
|
||||
format binary;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object T.water;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (water air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigma
|
||||
{
|
||||
type liquidProperties;
|
||||
|
||||
@ -16,8 +16,6 @@ FoamFile
|
||||
|
||||
phases (liquid air);
|
||||
|
||||
pMin 10000;
|
||||
|
||||
sigma 0.0309;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user