Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Feb 18, 2024
1 parent c86e172 commit eb5202c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ end

function evaluate(ri::FragmentBasedReactiveFilmGrowthInterfaceConstantT, dydt, Vfilm, cstot)
kfs, krevs = getkfskrevs(ri)
addreactionratecontributions!(dydt, ri.fragmentbasedrxnarray, ri.rxnarray, cstot, kfs, krevs, Vfilm, ri.domainfilm.indexes[3], ri.Mws, ri.domainfilm.indexes[1]:domainfilm.indexes[2])
addreactionratecontributions!(dydt, ri.fragmentbasedrxnarray, ri.rxnarray, cstot, kfs, krevs, Vfilm, ri.domainfilm.indexes[3], ri.Mws, ri.domainfilm.indexes[1]:ri.domainfilm.indexes[2])
if hasproperty(ri.domain2, :epsilon)
epsilon = ri.domain2.epsilon

Check warning on line 536 in src/Interface.jl

View check run for this annotation

Codecov / codecov/patch

src/Interface.jl#L536

Added line #L536 was not covered by tests
dydt[ri.domain2.thermovariabledict["V"]] = dydt[ri.domainfilm.indexes[3]] / ri.domainfilm.rho / (1 - epsilon) * epsilon
Expand Down

0 comments on commit eb5202c

Please sign in to comment.