Skip to content

Commit

Permalink
changed the temperatureVariationScale such that hydro LTE is not 1 fo…
Browse files Browse the repository at this point in the history
…r first BM point (#355)
  • Loading branch information
jorindevandevis authored Nov 7, 2024
1 parent 0afaf6e commit aa3f43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/StandardModel/standardModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def getBenchmarkPoints(self) -> list[ExampleInputPoint]:
phaseLocation2=WallGo.Fields([valuesTn[i]]),
),
WallGo.VeffDerivativeSettings(
temperatureVariationScale=1., fieldValueVariationScale=[50.0]
temperatureVariationScale=0.75, fieldValueVariationScale=[50.0]
),
WallGo.WallSolverSettings(
# we actually do both cases in the common example
Expand Down

0 comments on commit aa3f43e

Please sign in to comment.