mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated solid thermo tutorials
This commit is contained in:
@ -25,7 +25,7 @@ constSolidThermoCoeffs
|
|||||||
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
||||||
K K [1 1 -3 -1 0 0 0] 80;
|
K K [1 1 -3 -1 0 0 0] 80;
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
kappa kappa [0 -1 0 0 0 0 0] 0;
|
kappa kappa [0 -1 0 0 0 0 0] 0;
|
||||||
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
||||||
emissivity emissivity [0 0 0 0 0 0 0] 0;
|
emissivity emissivity [0 0 0 0 0 0 0] 0;
|
||||||
@ -37,21 +37,19 @@ constSolidThermoCoeffs
|
|||||||
|
|
||||||
isotropicKSolidThermoCoeffs
|
isotropicKSolidThermoCoeffs
|
||||||
{
|
{
|
||||||
|
|
||||||
//- thermo properties
|
//- thermo properties
|
||||||
TValues (100 1000);
|
TValues (100 1000);
|
||||||
rhoValues (1000 1700);
|
rhoValues (1000 1700);
|
||||||
cpValues (1700 1700);
|
cpValues (1700 1700);
|
||||||
KValues (80 40);
|
KValues (80 40);
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (0 0);
|
kappaValues (0 0);
|
||||||
sigmaSValues (0 0);
|
sigmaSValues (0 0);
|
||||||
|
|
||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (0 0);
|
HfValues (0 0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -81,10 +79,10 @@ directionalKSolidThermoCoeffs
|
|||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (1 1);
|
kappaValues (1 1);
|
||||||
sigmaSValues (1 1);
|
sigmaSValues (1 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
solidComponents
|
solidComponents
|
||||||
@ -94,26 +92,26 @@ solidComponents
|
|||||||
|
|
||||||
pmmaCoeffs
|
pmmaCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.152;
|
K0 0.152;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.1;
|
emissivity 0.1;
|
||||||
}
|
}
|
||||||
thermoProperties
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 1462; // Cp = C0*(T/Tref)^n0
|
C0 1462; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
density
|
||||||
{
|
{
|
||||||
rho 1114.0;
|
rho 1114.0;
|
||||||
}
|
}
|
||||||
@ -121,26 +119,29 @@ pmmaCoeffs
|
|||||||
|
|
||||||
charCoeffs
|
charCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.4;
|
K0 0.4;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
|
||||||
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.0;
|
emissivity 0.0;
|
||||||
}
|
}
|
||||||
thermoProperties
|
|
||||||
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 611.0;; // Cp = C0*(T/Tref)^n0
|
C0 611.0;; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
|
||||||
|
density
|
||||||
{
|
{
|
||||||
rho 11.5;
|
rho 11.5;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,7 +27,7 @@ constSolidThermoCoeffs
|
|||||||
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
||||||
K K [1 1 -3 -1 0 0 0] 80;
|
K K [1 1 -3 -1 0 0 0] 80;
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
kappa kappa [0 -1 0 0 0 0 0] 0;
|
kappa kappa [0 -1 0 0 0 0 0] 0;
|
||||||
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
||||||
emissivity emissivity [0 0 0 0 0 0 0] 1;
|
emissivity emissivity [0 0 0 0 0 0 0] 1;
|
||||||
@ -39,22 +39,19 @@ constSolidThermoCoeffs
|
|||||||
|
|
||||||
isotropicKSolidThermoCoeffs
|
isotropicKSolidThermoCoeffs
|
||||||
{
|
{
|
||||||
|
|
||||||
//- thermo properties
|
//- thermo properties
|
||||||
TValues (100 1000);
|
TValues (100 1000);
|
||||||
rhoValues (1000 1700);
|
rhoValues (1000 1700);
|
||||||
cpValues (1700 1700);
|
cpValues (1700 1700);
|
||||||
KValues (80 40);
|
KValues (80 40);
|
||||||
|
|
||||||
|
//- radiation properties
|
||||||
//- radiative properties
|
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (0 0);
|
kappaValues (0 0);
|
||||||
sigmaSValues (0 0);
|
sigmaSValues (0 0);
|
||||||
|
|
||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -84,7 +81,7 @@ directionalKSolidThermoCoeffs
|
|||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (1 1);
|
kappaValues (1 1);
|
||||||
sigmaSValues (1 1);
|
sigmaSValues (1 1);
|
||||||
@ -97,26 +94,29 @@ solidComponents
|
|||||||
|
|
||||||
pmmaCoeffs
|
pmmaCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.152;
|
K0 0.152;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
|
||||||
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.1;
|
emissivity 0.1;
|
||||||
}
|
}
|
||||||
thermoProperties
|
|
||||||
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 1462; // Cp = C0*(T/Tref)^n0
|
C0 1462; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
|
||||||
|
density
|
||||||
{
|
{
|
||||||
rho 1114.0;
|
rho 1114.0;
|
||||||
}
|
}
|
||||||
@ -124,26 +124,29 @@ pmmaCoeffs
|
|||||||
|
|
||||||
charCoeffs
|
charCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.4;
|
K0 0.4;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
|
||||||
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.0;
|
emissivity 0.0;
|
||||||
}
|
}
|
||||||
thermoProperties
|
|
||||||
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 611.0;; // Cp = C0*(T/Tref)^n0
|
C0 611.0;; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
|
||||||
|
density
|
||||||
{
|
{
|
||||||
rho 11.5;
|
rho 11.5;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,7 +27,7 @@ constSolidThermoCoeffs
|
|||||||
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
||||||
K K [1 1 -3 -1 0 0 0] 80;
|
K K [1 1 -3 -1 0 0 0] 80;
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
kappa kappa [0 -1 0 0 0 0 0] 0;
|
kappa kappa [0 -1 0 0 0 0 0] 0;
|
||||||
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
||||||
emissivity emissivity [0 0 0 0 0 0 0] 1;
|
emissivity emissivity [0 0 0 0 0 0 0] 1;
|
||||||
@ -39,21 +39,19 @@ constSolidThermoCoeffs
|
|||||||
|
|
||||||
isotropicKSolidThermoCoeffs
|
isotropicKSolidThermoCoeffs
|
||||||
{
|
{
|
||||||
|
|
||||||
//- thermo properties
|
//- thermo properties
|
||||||
TValues (100 1000);
|
TValues (100 1000);
|
||||||
rhoValues (1000 1700);
|
rhoValues (1000 1700);
|
||||||
cpValues (1700 1700);
|
cpValues (1700 1700);
|
||||||
KValues (80 40);
|
KValues (80 40);
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (0 0);
|
kappaValues (0 0);
|
||||||
sigmaSValues (0 0);
|
sigmaSValues (0 0);
|
||||||
|
|
||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -83,10 +81,10 @@ directionalKSolidThermoCoeffs
|
|||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (1 1);
|
kappaValues (1 1);
|
||||||
sigmaSValues (1 1);
|
sigmaSValues (1 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
solidComponents
|
solidComponents
|
||||||
@ -96,26 +94,26 @@ solidComponents
|
|||||||
|
|
||||||
pmmaCoeffs
|
pmmaCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.152;
|
K0 0.152;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.1;
|
emissivity 0.1;
|
||||||
}
|
}
|
||||||
thermoProperties
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 1462; // Cp = C0*(T/Tref)^n0
|
C0 1462; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
density
|
||||||
{
|
{
|
||||||
rho 1114.0;
|
rho 1114.0;
|
||||||
}
|
}
|
||||||
@ -123,26 +121,26 @@ pmmaCoeffs
|
|||||||
|
|
||||||
charCoeffs
|
charCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.4;
|
K0 0.4;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.0;
|
emissivity 0.0;
|
||||||
}
|
}
|
||||||
thermoProperties
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 611.0;; // Cp = C0*(T/Tref)^n0
|
C0 611.0;; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
density
|
||||||
{
|
{
|
||||||
rho 11.5;
|
rho 11.5;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,7 +27,7 @@ constSolidThermoCoeffs
|
|||||||
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
||||||
K K [1 1 -3 -1 0 0 0] 80;
|
K K [1 1 -3 -1 0 0 0] 80;
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
kappa kappa [0 -1 0 0 0 0 0] 0;
|
kappa kappa [0 -1 0 0 0 0 0] 0;
|
||||||
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
||||||
emissivity emissivity [0 0 0 0 0 0 0] 1;
|
emissivity emissivity [0 0 0 0 0 0 0] 1;
|
||||||
@ -39,22 +39,19 @@ constSolidThermoCoeffs
|
|||||||
|
|
||||||
isotropicKSolidThermoCoeffs
|
isotropicKSolidThermoCoeffs
|
||||||
{
|
{
|
||||||
|
|
||||||
//- thermo properties
|
//- thermo properties
|
||||||
TValues (100 1000);
|
TValues (100 1000);
|
||||||
rhoValues (1000 1700);
|
rhoValues (1000 1700);
|
||||||
cpValues (1700 1700);
|
cpValues (1700 1700);
|
||||||
KValues (80 40);
|
KValues (80 40);
|
||||||
|
|
||||||
|
//- radiation properties
|
||||||
//- radiative properties
|
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (0 0);
|
kappaValues (0 0);
|
||||||
sigmaSValues (0 0);
|
sigmaSValues (0 0);
|
||||||
|
|
||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -84,7 +81,7 @@ directionalKSolidThermoCoeffs
|
|||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (1 1);
|
kappaValues (1 1);
|
||||||
sigmaSValues (1 1);
|
sigmaSValues (1 1);
|
||||||
@ -97,26 +94,29 @@ solidComponents
|
|||||||
|
|
||||||
pmmaCoeffs
|
pmmaCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.152;
|
K0 0.152;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
|
||||||
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.1;
|
emissivity 0.1;
|
||||||
}
|
}
|
||||||
thermoProperties
|
|
||||||
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 1462; // Cp = C0*(T/Tref)^n0
|
C0 1462; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
|
||||||
|
density
|
||||||
{
|
{
|
||||||
rho 1114.0;
|
rho 1114.0;
|
||||||
}
|
}
|
||||||
@ -124,26 +124,29 @@ pmmaCoeffs
|
|||||||
|
|
||||||
charCoeffs
|
charCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.4;
|
K0 0.4;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
|
||||||
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.0;
|
emissivity 0.0;
|
||||||
}
|
}
|
||||||
thermoProperties
|
|
||||||
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 611.0; // Cp = C0*(T/Tref)^n0
|
C0 611.0; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
|
||||||
|
density
|
||||||
{
|
{
|
||||||
rho 11.5;
|
rho 11.5;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,7 +27,7 @@ constSolidThermoCoeffs
|
|||||||
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
Cp Cp [0 2 -2 -1 0 0 0] 450;
|
||||||
K K [1 1 -3 -1 0 0 0] 80;
|
K K [1 1 -3 -1 0 0 0] 80;
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
kappa kappa [0 -1 0 0 0 0 0] 0;
|
kappa kappa [0 -1 0 0 0 0 0] 0;
|
||||||
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
|
||||||
emissivity emissivity [0 0 0 0 0 0 0] 0.5;
|
emissivity emissivity [0 0 0 0 0 0 0] 0.5;
|
||||||
@ -39,22 +39,19 @@ constSolidThermoCoeffs
|
|||||||
|
|
||||||
isotropicKSolidThermoCoeffs
|
isotropicKSolidThermoCoeffs
|
||||||
{
|
{
|
||||||
|
|
||||||
//- thermo properties
|
//- thermo properties
|
||||||
TValues (100 1000);
|
TValues (100 1000);
|
||||||
rhoValues (1000 1700);
|
rhoValues (1000 1700);
|
||||||
cpValues (1700 1700);
|
cpValues (1700 1700);
|
||||||
KValues (80 40);
|
KValues (80 40);
|
||||||
|
|
||||||
|
//- radiation properties
|
||||||
//- radiative properties
|
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (0 0);
|
kappaValues (0 0);
|
||||||
sigmaSValues (0 0);
|
sigmaSValues (0 0);
|
||||||
|
|
||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -84,7 +81,7 @@ directionalKSolidThermoCoeffs
|
|||||||
//- chemical properties
|
//- chemical properties
|
||||||
HfValues (1 1);
|
HfValues (1 1);
|
||||||
|
|
||||||
//- radiative properties
|
//- radiation properties
|
||||||
emissivityValues (1 1);
|
emissivityValues (1 1);
|
||||||
kappaValues (1 1);
|
kappaValues (1 1);
|
||||||
sigmaSValues (1 1);
|
sigmaSValues (1 1);
|
||||||
@ -97,26 +94,29 @@ solidComponents
|
|||||||
|
|
||||||
pmmaCoeffs
|
pmmaCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.152;
|
K0 0.152;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
|
||||||
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.1;
|
emissivity 0.1;
|
||||||
}
|
}
|
||||||
thermoProperties
|
|
||||||
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 1462; // Cp = C0*(T/Tref)^n0
|
C0 1462; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
|
||||||
|
density
|
||||||
{
|
{
|
||||||
rho 1114.0;
|
rho 1114.0;
|
||||||
}
|
}
|
||||||
@ -124,26 +124,29 @@ pmmaCoeffs
|
|||||||
|
|
||||||
charCoeffs
|
charCoeffs
|
||||||
{
|
{
|
||||||
transportProperties
|
transport
|
||||||
{
|
{
|
||||||
K0 0.4;
|
K0 0.4;
|
||||||
n0 1.3;
|
n0 1.3;
|
||||||
Tref 300; //K0*pow(T/Tref_, n0))
|
Tref 300; //K0*pow(T/Tref_, n0))
|
||||||
}
|
}
|
||||||
radiativeProperties
|
|
||||||
|
radiation
|
||||||
{
|
{
|
||||||
sigmaS 0.0;
|
sigmaS 0.0;
|
||||||
kappa 0.0;
|
kappa 0.0;
|
||||||
emissivity 0.0;
|
emissivity 0.0;
|
||||||
}
|
}
|
||||||
thermoProperties
|
|
||||||
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf 0;
|
Hf 0;
|
||||||
C0 611.0;; // Cp = C0*(T/Tref)^n0
|
C0 611.0;; // Cp = C0*(T/Tref)^n0
|
||||||
Tref 300;
|
Tref 300;
|
||||||
n0 1.31;
|
n0 1.31;
|
||||||
}
|
}
|
||||||
densityProperties
|
|
||||||
|
density
|
||||||
{
|
{
|
||||||
rho 11.5;
|
rho 11.5;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user