Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 31 (100.0%) | 881 (100.0%) | 28.4 |
CCA/Components/Wasatch/Expressions/ | 11 (35.5%) | 482 (54.7%) | 43.8 |
CCA/Components/Wasatch/Expressions/Turbulence/ | 5 (16.1%) | 155 (17.6%) | 31.0 |
CCA/Components/Wasatch/Expressions/MMS/ | 2 (6.5%) | 154 (17.5%) | 77.0 |
CCA/Components/Wasatch/transport/ | 11 (35.5%) | 81 (9.2%) | 7.3 |
R_Tester/ | 1 (3.2%) | 7 (0.8%) | 7.0 |
CCA/Components/Wasatch/ | 1 (3.2%) | 2 (0.2%) | 2.0 |
Two fixes regarding to the changes in ExprAlgebra that Tony committed. We need to specify the density STATE in the initialization method of the solution variables (both the momentum and the scalar)
2 lines of code changed in 2 files:
Add regression test for scalar closure model
7 lines of code changed in 1 file:
Turbulent scalar closure model. The verification test case is not included. It will be added after getting LES model verification test case. The plus shape profile is committed for initial condition purposes as well.
593 lines of code changed in 17 files:
The old ExprAlgebra is removed from function.h and Then new one is modified so that in can be used from input files. For now it just supports operation between same field types to the same field type as it was before when it is used from input file, but internally you can use it without that limit. The support for operations between different field types to different field type in input files will be added in the future commits.
Multiplier expression is replaced with the new ExprAlgebra expression as well.
ScalarTransportEquation.h initialization method is updated.
MomentumTransportEquation.h initialization method is modified so we can initialize velocity or momentum in the input file from now on without ant problem.
53 lines of code changed in 9 files:
I added ExprAlgebra.h for algebraic operation between two expression in differant fields just for internal usages in wasatch
226 lines of code changed in 2 files: