mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -50,7 +50,7 @@ laplacianSchemes
|
||||
default Gauss linear corrected;
|
||||
laplacian(muEff,U) Gauss linear corrected;
|
||||
laplacian(DkEff,k) Gauss linear corrected;
|
||||
laplacian(alphaEff,h) Gauss linear corrected;
|
||||
laplacian(thermo:alpha,h) Gauss linear corrected;
|
||||
laplacian((((rho*(1|A(U)))*rho)*gh)) Gauss linear corrected;
|
||||
laplacian(interpolate((rho*(1|A(U)))),p) Gauss linear corrected;
|
||||
laplacian(gammaRad,G) Gauss linear corrected;
|
||||
|
||||
@ -32,7 +32,7 @@ divSchemes
|
||||
laplacianSchemes
|
||||
{
|
||||
default none;
|
||||
laplacian(alpha,h) Gauss linear uncorrected;
|
||||
laplacian(thermo:alpha,h) Gauss linear uncorrected;
|
||||
}
|
||||
|
||||
interpolationSchemes
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
U U;
|
||||
phi phi;
|
||||
rho none;
|
||||
psi psi;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
}
|
||||
|
||||
|
||||
@ -1243,7 +1243,7 @@ boundaryField
|
||||
type totalTemperature;
|
||||
U U;
|
||||
phi phi;
|
||||
psi psi;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
T0 uniform 297;
|
||||
value nonuniform List<scalar>
|
||||
|
||||
@ -1235,7 +1235,7 @@ boundaryField
|
||||
field p;
|
||||
phi phi;
|
||||
rho rho;
|
||||
psi psi;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
fieldInf 101325;
|
||||
lInf 0.025;
|
||||
@ -1275,7 +1275,7 @@ boundaryField
|
||||
U U;
|
||||
phi phi;
|
||||
rho none;
|
||||
psi psi;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
p0 uniform 101325;
|
||||
value nonuniform List<scalar>
|
||||
|
||||
@ -31,7 +31,7 @@ boundaryField
|
||||
field p;
|
||||
phi phi;
|
||||
rho rho;
|
||||
psi psi;
|
||||
psi thermo:psi;
|
||||
gamma 1.3;
|
||||
fieldInf 1e5;
|
||||
lInf 0.3;
|
||||
|
||||
@ -42,7 +42,7 @@ gasThermoTypes
|
||||
|
||||
thermoType
|
||||
{
|
||||
$.gasThermoTypes.constant;
|
||||
${:gasThermoTypes.constant};
|
||||
}
|
||||
|
||||
mixture
|
||||
|
||||
@ -32,7 +32,7 @@ boundaryField
|
||||
field p;
|
||||
phi phi;
|
||||
rho rho;
|
||||
psi psi;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
fieldInf 1;
|
||||
lInf 3;
|
||||
|
||||
@ -31,7 +31,7 @@ boundaryField
|
||||
field p;
|
||||
phi phi;
|
||||
rho rho;
|
||||
psi psi;
|
||||
psi thermo:psi;
|
||||
gamma 1.3;
|
||||
fieldInf 100000;
|
||||
lInf 1;
|
||||
|
||||
@ -32,7 +32,7 @@ boundaryField
|
||||
field p;
|
||||
phi phi;
|
||||
rho rho;
|
||||
psi psi;
|
||||
psi thermo:psi;
|
||||
gamma 1.3;
|
||||
fieldInf 100000;
|
||||
lInf 1;
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application buoyantSimpleRadiationFoam;
|
||||
application buoyantSimpleFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application buoyantSimpleRadiationFoam;
|
||||
application buoyantSimpleFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
|
||||
@ -44,7 +44,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
@ -38,7 +38,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
@ -35,7 +35,7 @@ solution
|
||||
interpolationSchemes
|
||||
{
|
||||
rho cell;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
U cellPoint;
|
||||
Cp cell;
|
||||
T cell;
|
||||
|
||||
@ -38,7 +38,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
@ -38,7 +38,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
@ -38,7 +38,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
@ -38,7 +38,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
@ -38,7 +38,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
@ -38,7 +38,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
@ -38,7 +38,7 @@ solution
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
thermo:mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
|
||||
Reference in New Issue
Block a user