Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of open applications of interest built on the Sierra Toolkit and Trilinos solver Tpetra solver stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information.
… message.
ODE-based equilibrium wall function approach - at each SCS bip
Add ode-based assembly and solve (tri-diag) under PointInfo. The concept is for the PointInfo class to hold the ODE integration and physics set.
Modified post-processing to encompass ODE-based. No logic, just fac and om_fac
Modified momentum to encompass ODE-based (same as with pp)
Note: Need and interface to dial in ODE options; need a set_data(T theT) approach
Currently, the set_data is rather restrictive; add a set_bool() method; refactor later
rebless re1K; split bcs -one now has an ode. First ensured no diffs, then modified the test.
Notes;