mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
21 lines
258 B
Plaintext
21 lines
258 B
Plaintext
species
|
|
(
|
|
O2
|
|
H2O
|
|
CH4
|
|
CO2
|
|
N2
|
|
);
|
|
|
|
reactions
|
|
{
|
|
methaneReaction
|
|
{
|
|
type irreversibleArrheniusReaction;
|
|
reaction "CH4 + 2O2 = CO2 + 2H2O";
|
|
A 5.2e16;
|
|
beta 0;
|
|
Ta 14906;
|
|
}
|
|
}
|