Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dissipation rate source terms for manifold variable variances #451

Draft
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

baperry2
Copy link
Collaborator

  • Modify where turbulent viscosity gets calculated so it is available for dissipation rate modeling
  • Add external forcing term with dissipation rate source for variances (as indicated through updates to manifold EOS in PelePhysics)
  • Add option to plot external forcings

Still WIP, needs some debugging


if (m_plotExtSource) {
MultiFab::Copy(mf_plt[lev], *m_extSource[lev], 0, cnt, NVAR, 0);
// cnt += NVAR;

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@baperry2
Copy link
Collaborator Author

The test case, input.cvar in FlameSheet, can be run after using the script and instructions in NREL/cmlm#5 to create the 2D chemtable and then copying the chemtable and PMF data files over the FlameSheet directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant