Apps
Loading...
Searching...
No Matches
soil2D.lua File Reference

Functions

function MyHydrostaticP (x, z, t, si)
 
function MyTracerSource (_, z, t)
 

Function Documentation

◆ MyHydrostaticP()

function MyHydrostaticP ( ,
,
t  ,
si   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / soil2D.lua :75-78

function MyHydrostaticP(x, z, t, si)
if (z<=5.0) then return (5.0-z) * CONST.rhog end-- 5.0 meters below ground level
return -5000.0 -- (5.0-z) * CONST.rhog*0.0 end
function t
Definition channel.lua:79
function *Umax *y end
Definition channel.lua:87
function MyHydrostaticP(x, z, t, si)

References s.

◆ MyTracerSource()

function MyTracerSource ( ,
,
t   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / soil2D.lua :70-73

function MyTracerSource(_,z,t)
if t<=3.15571e+8 and z>=8 then s0=3.39e-06 else s0=0 end
return s0
function MyTracerSource(_, z, t)