Skip to content

Commit

Permalink
fixing some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson2981 committed Nov 4, 2024
1 parent b76457f commit 2d36344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/ablation-workshop.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,8 @@ def get_species_source_terms(self, cv: ConservedVars, temperature: DOFArray):

def dependent_vars(self, cv: ConservedVars, temperature_seed=None,
smoothness_mu=None, smoothness_kappa=None,
smoothness_d=None, smoothness_beta=None):
smoothness_d=None, smoothness_beta=None,
entropy_min=None):
raise NotImplementedError


Expand Down Expand Up @@ -765,6 +766,7 @@ def make_state(cv, temperature_seed, material_densities):
smoothness_kappa=zeros,
smoothness_beta=zeros,
smoothness_d=zeros,
entropy_min=zeros,
species_enthalpies=cv.species_mass, # empty array
)

Expand Down

0 comments on commit 2d36344

Please sign in to comment.