Skip to content

Commit 2e5a520

Browse files
changed the temperatureVariationScale such that hydro LTE is not 1 for first BM point
1 parent 0afaf6e commit 2e5a520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Models/StandardModel/standardModel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def getBenchmarkPoints(self) -> list[ExampleInputPoint]:
550550
phaseLocation2=WallGo.Fields([valuesTn[i]]),
551551
),
552552
WallGo.VeffDerivativeSettings(
553-
temperatureVariationScale=1., fieldValueVariationScale=[50.0]
553+
temperatureVariationScale=0.75, fieldValueVariationScale=[50.0]
554554
),
555555
WallGo.WallSolverSettings(
556556
# we actually do both cases in the common example

0 commit comments

Comments
 (0)