Skip to content

Allow LES to use mixture averaged transport for molecular diffusion#558

Merged
baperry2 merged 3 commits intoAMReX-Combustion:developmentfrom
baperry2:les-not-fixed-le
Sep 8, 2025
Merged

Allow LES to use mixture averaged transport for molecular diffusion#558
baperry2 merged 3 commits intoAMReX-Combustion:developmentfrom
baperry2:les-not-fixed-le

Conversation

@baperry2
Copy link
Copy Markdown
Collaborator

Currently when LES is activated, fixed_Le and fixed_Pr are also automatically activated, so we use Prandtl, Schmidt, and Lewis numbers for both turbulent and molecular transport. Instead, we should allow fixed_Le and fixed_Pr to be off when using LES. For example, in H2 combustion, we may want nonunity Le molecular diffusion while still applying an LES model.

@baperry2 baperry2 requested a review from d-montgomery August 23, 2025 00:15
if (m_fixed_Le != 0 && !m_do_les) { // Only ask for Lewis number when not
// LES, determined by Prandtl and
// Schmidt outside of this
m_Lewis_inv = m_Prandtl_inv / m_Schmidt_inv;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be m_Lewis_inv = m_Schmidt_inv / m_Prandtl_inv so that $1/Le = Pr / Sc$ ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I think you're right. This was carried over from before, but the line is also inconsistent with how m_Schmidt_inv is defined on line 513 below, so I've changed it.

@baperry2 baperry2 merged commit c865438 into AMReX-Combustion:development Sep 8, 2025
24 checks passed
@baperry2 baperry2 deleted the les-not-fixed-le branch September 8, 2025 21:15
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.

2 participants