mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Aligning solid thermo mixing with gas mixing and solid reaction
This commit is contained in:
@ -17,20 +17,19 @@ FoamFile
|
||||
thermoType
|
||||
{
|
||||
type heSolidThermo;
|
||||
mixture pureSolidMixture;
|
||||
mixture pureMixture;
|
||||
transport constIso;
|
||||
thermo hConst;
|
||||
equationOfState rhoConst;
|
||||
specie specie;
|
||||
specie solidSpecie;
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 12;
|
||||
}
|
||||
|
||||
transport
|
||||
@ -50,17 +49,16 @@ mixture
|
||||
}
|
||||
}
|
||||
|
||||
solidComponents
|
||||
species
|
||||
(
|
||||
pmma char
|
||||
);
|
||||
|
||||
pmmaCoeffs
|
||||
pmma
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 100;
|
||||
}
|
||||
|
||||
transport
|
||||
@ -80,13 +78,13 @@ pmmaCoeffs
|
||||
}
|
||||
}
|
||||
|
||||
charCoeffs
|
||||
char
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 50;
|
||||
}
|
||||
|
||||
transport
|
||||
{
|
||||
kappa 0.4;
|
||||
|
||||
@ -17,20 +17,19 @@ FoamFile
|
||||
thermoType
|
||||
{
|
||||
type heSolidThermo;
|
||||
mixture pureSolidMixture;
|
||||
mixture pureMixture;
|
||||
transport constIso;
|
||||
thermo hConst;
|
||||
equationOfState rhoConst;
|
||||
specie specie;
|
||||
specie solidSpecie;
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 12;
|
||||
}
|
||||
|
||||
transport
|
||||
@ -50,17 +49,16 @@ mixture
|
||||
}
|
||||
}
|
||||
|
||||
solidComponents
|
||||
species
|
||||
(
|
||||
pmma char
|
||||
);
|
||||
|
||||
pmmaCoeffs
|
||||
pmma
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 100;
|
||||
}
|
||||
|
||||
transport
|
||||
@ -80,9 +78,9 @@ pmmaCoeffs
|
||||
}
|
||||
}
|
||||
|
||||
charCoeffs
|
||||
char
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 50;
|
||||
|
||||
@ -17,20 +17,19 @@ FoamFile
|
||||
thermoType
|
||||
{
|
||||
type heSolidThermo;
|
||||
mixture pureSolidMixture;
|
||||
mixture pureMixture;
|
||||
transport constIso;
|
||||
thermo hConst;
|
||||
equationOfState rhoConst;
|
||||
specie specie;
|
||||
specie solidSpecie;
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 12;
|
||||
}
|
||||
|
||||
transport
|
||||
@ -50,17 +49,16 @@ mixture
|
||||
}
|
||||
}
|
||||
|
||||
solidComponents
|
||||
species
|
||||
(
|
||||
pmma char
|
||||
);
|
||||
|
||||
pmmaCoeffs
|
||||
pmma
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 100;
|
||||
}
|
||||
|
||||
transport
|
||||
@ -80,9 +78,9 @@ pmmaCoeffs
|
||||
}
|
||||
}
|
||||
|
||||
charCoeffs
|
||||
char
|
||||
{
|
||||
specie
|
||||
solidSpecie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 50;
|
||||
|
||||
@ -59,7 +59,7 @@ dictionaryReplacement
|
||||
}
|
||||
}
|
||||
|
||||
Ypmma
|
||||
pmma
|
||||
{
|
||||
internalField uniform 0.5;
|
||||
|
||||
@ -75,7 +75,7 @@ dictionaryReplacement
|
||||
|
||||
}
|
||||
|
||||
Ychar
|
||||
char
|
||||
{
|
||||
internalField uniform 0.5;
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ dictionaryReplacement
|
||||
}
|
||||
}
|
||||
|
||||
Ypmma
|
||||
pmma
|
||||
{
|
||||
internalField uniform 0.5;
|
||||
|
||||
@ -66,7 +66,7 @@ dictionaryReplacement
|
||||
|
||||
}
|
||||
|
||||
Ychar
|
||||
char
|
||||
{
|
||||
internalField uniform 0.5;
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ dictionaryReplacement
|
||||
}
|
||||
}
|
||||
|
||||
Ypmma
|
||||
pmma
|
||||
{
|
||||
internalField uniform 0.5;
|
||||
|
||||
@ -66,7 +66,7 @@ dictionaryReplacement
|
||||
|
||||
}
|
||||
|
||||
Ychar
|
||||
char
|
||||
{
|
||||
internalField uniform 0.5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user