Skip to content

constant strain rate diffusion flame#25

Open
bigfooted wants to merge 3 commits into
developfrom
feature_fixed_strain_rate
Open

constant strain rate diffusion flame#25
bigfooted wants to merge 3 commits into
developfrom
feature_fixed_strain_rate

Conversation

@bigfooted

@bigfooted bigfooted commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Proposed Changes

Some changes to fix the constant strain rate diffusion flame, fix logging info, added visualisation options, and added a testcase for a 2D fixed strain rate laminar diffusion LUT

PR Checklist

Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.

  • I am submitting my contribution to the develop branch.
  • I have updated the list of python modules in required_packages.txt and environment.yml, if necessary.
  • I have properly commented my changes.
  • I have updated the documentation, if necessary.
  • I have added a test case that demonstrates my contribution, if necessary.

@bigfooted bigfooted added the enhancement New feature or request label Jul 16, 2026
@bigfooted bigfooted changed the title initial implementation constant strain rate diffusion flame Jul 16, 2026
data_interp = self._lookup_tree(q=CV_scaled,nnear=self._n_near,p=self._p_fac)
return data_interp

def VisualizeTableLevel(self, val_mix_frac:float, var_to_plot:str=None):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I suggest putting the changes to the table generator in a separate PR. See #23 for upcoming changes.

Comment on lines +5 to +9
os.environ.setdefault("OMP_NUM_THREADS", "1")
os.environ.setdefault("OPENBLAS_NUM_THREADS", "1")
os.environ.setdefault("MKL_NUM_THREADS", "1")
os.environ.setdefault("VECLIB_MAXIMUM_THREADS", "1")
os.environ.setdefault("NUMEXPR_NUM_THREADS", "1")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What is the purpose of these commands? Is it something that should be integrated into the workflow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants