folder cleanup

This commit is contained in:
Brantegger Georg
2022-07-06 12:24:14 +02:00
parent eb267866cf
commit c854fe7da8
4 changed files with 307 additions and 4 deletions

View File

@@ -33,12 +33,12 @@
"h_pipe = 200 # hydraulic head without reservoir [m] \n",
"alpha = np.arcsin(h_pipe/L) # Höhenwinkel der Druckrohrleitung \n",
"n = 10 # number of pipe segments in discretization\n",
"#consider replacing Q0 with a vector be be more flexible in initial conditions\n",
"# consider replacing Q0 with a vector be be more flexible in initial conditions\n",
"Q0 = 2. # initial flow in whole pipe [m³/s]\n",
"v0 = Q0/A_pipe # initial flow velocity [m/s]\n",
"f_D = 0.1 # Darcy friction factor\n",
"c = 400. # propagation velocity of the pressure wave [m/s]\n",
"#consider prescribing a total simulation time and deducting the number of timesteps from that\n",
"# consider prescribing a total simulation time and deducting the number of timesteps from that\n",
"nt = 100 # number of time steps after initial conditions\n",
"\n",
"# derivatives of the pipeline constants\n",