We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 873f674 + 2789cd3 commit 63b2e2eCopy full SHA for 63b2e2e
1 file changed
kratos.gid/apps/ShallowWater/examples/HydraulicJump.tcl
@@ -77,7 +77,7 @@ proc ::ShallowWater::examples::HydraulicJump::TreeAssignation {args} {
77
set topography_cond "$topography_conditions/condition\[@n='Topography'\]"
78
set topography_node [customlib::AddConditionGroupOnXPath $topography_cond Channel]
79
$topography_node setAttribute ov surface
80
- set props [list ByFunction Yes function_value "2.45135310e-07*x**4 -4.82230477e-05*x**3 +2.54997185e-03*x**2 -4.57311854e-02*x +2.73225488e+00"]
+ set props [list ByFunction Yes function_value "4.49449786e-09*x**5 -8.78489155e-07*x**4 +5.11763010e-05*x**3 -1.12368582e-03*x**2 +4.70535924e-03*x +2.58777553"]
81
spdAux::SetValuesOnBaseNode $topography_node $props
82
83
# Initial conditions
0 commit comments