Skip to content

Commit e8f5e17

Browse files
Modified wallThicknessGuess
1 parent e0fb573 commit e8f5e17

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
@@ -565,7 +565,7 @@ def getBenchmarkPoints(self) -> list[ExampleInputPoint]:
565565
# we actually do both cases in the common example
566566
bIncludeOffEquilibrium=True,
567567
meanFreePathScale=200.0, # In units of 1/Tnucl
568-
wallThicknessGuess=5.0, # In units of 1/Tnucl
568+
wallThicknessGuess=20.0, # In units of 1/Tnucl
569569
),
570570
)
571571
)

0 commit comments

Comments
 (0)