src: Changed tmp<volField> construction to use the new simpler "New" method

avoiding unnecessary database registration of temporary fields
This commit is contained in:
Henry Weller
2018-12-21 07:14:52 +00:00
parent d6a13f6425
commit 819eb06657
66 changed files with 406 additions and 1408 deletions

View File

@ -1,4 +1,4 @@
elements
elements
5
(
O
@ -9,7 +9,7 @@ Ar
)
;
species
species
36
(
H2
@ -60,7 +60,7 @@ reactions
A 1.2e+11;
beta -1;
Ta 0;
coeffs
coeffs
36
(
(H2 2.4)
@ -109,7 +109,7 @@ reactions
A 5e+11;
beta -1;
Ta 0;
coeffs
coeffs
36
(
(H2 2)
@ -244,7 +244,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -454,7 +454,7 @@ reactions
A 2.8e+12;
beta -0.86;
Ta 0;
coeffs
coeffs
36
(
(H2 1)
@ -543,7 +543,7 @@ reactions
A 1e+12;
beta -1;
Ta 0;
coeffs
coeffs
36
(
(H2 0)
@ -616,7 +616,7 @@ reactions
A 2.2e+16;
beta -2;
Ta 0;
coeffs
coeffs
36
(
(H2 0.73)
@ -731,7 +731,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -807,7 +807,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -883,7 +883,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -959,7 +959,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1027,7 +1027,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1103,7 +1103,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1195,7 +1195,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1311,7 +1311,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1379,7 +1379,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1447,7 +1447,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1523,7 +1523,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1599,7 +1599,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1715,7 +1715,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1791,7 +1791,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -1931,7 +1931,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -2279,7 +2279,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -2411,7 +2411,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -2527,7 +2527,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -2675,7 +2675,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -2789,7 +2789,7 @@ reactions
A 1.87e+14;
beta -1;
Ta 8554.25106;
coeffs
coeffs
36
(
(H2 2)
@ -2904,7 +2904,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -3036,7 +3036,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -3216,7 +3216,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -3340,7 +3340,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -3448,7 +3448,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -3524,7 +3524,7 @@ reactions
}
thirdBodyEfficiencies
{
coeffs
coeffs
36
(
(H2 2)
@ -3611,3 +3611,4 @@ reactions
Tlow 250;
Thigh 5000;

View File

@ -18,17 +18,17 @@ application reactingFoam;
startFrom startTime;
startTime 1500;
startTime 0;
stopAt endTime;
endTime 5000;
endTime 1500;
deltaT 1;
writeControl runTime;
writeInterval 100;
writeInterval 1500;
purgeWrite 0;