Skip to content

Commit

Permalink
Added kOmega and kOmegaSSTLM models (#135)
Browse files Browse the repository at this point in the history
* Removed unused variables for SSTLM.

* Added the kOmega and kOmegaSSTLM models. Primal working and adjoint not tested.
  • Loading branch information
friedenhe authored May 7, 2021
1 parent 66ad00f commit ab21b8d
Show file tree
Hide file tree
Showing 9 changed files with 2,411 additions and 36 deletions.
4 changes: 4 additions & 0 deletions dafoam/pyDAFoam.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ class DAOPTION(object):
"omegaMin": 1e-16,
"epsilonMax": 1e16,
"epsilonMin": 1e-16,
"ReThetatMax": 1e16,
"ReThetatMin": 1e-16,
"gammaIntMax": 1e16,
"gammaIntMin": 1e-16,
}

## Whether to perform multipoint optimization.
Expand Down
Loading

0 comments on commit ab21b8d

Please sign in to comment.