Plugins
soil2D.lua File Reference

Functions

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

Function Documentation

◆ MyHydrostaticP()

function MyHydrostaticP ( ,
,
,
si   
)

location: /home/runner/work/docs/docs/ug4/plugins/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
end
function MyHydrostaticP(x, z, t, si)

References s.

◆ MyTracerSource()

function MyTracerSource ( ,
,
 
)

location: /home/runner/work/docs/docs/ug4/plugins/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
end
function MyTracerSource(_, z, t)