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

Functions

function Trench2DAquiferBoundary (x, y, t)
 
function Trench2DDrainagePressureBoundary (x, y, t)
 
function Trench2DDrainagePressureBoundaryTime (x, y, t, tD)
 
function Trench2DPressureStart (x, y, t)
 

Function Documentation

◆ Trench2DAquiferBoundary()

function Trench2DAquiferBoundary ( ,
y  ,
t   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / trench2D_siltloam.lua :147-149

return true, (1.0 - y) * rhog
function y
Definition channel.lua:79
function t
Definition channel.lua:79
function *Umax *y end
Definition channel.lua:87
function Trench2DAquiferBoundary(x, y, t)

References type.

◆ Trench2DDrainagePressureBoundary()

function Trench2DDrainagePressureBoundary ( ,
y  ,
t   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / trench2D_siltloam.lua :143-145

function Trench2DDrainagePressureBoundary(x, y, t)
function Trench2DDrainagePressureBoundaryTime(x, y, t, tD)

◆ Trench2DDrainagePressureBoundaryTime()

function Trench2DDrainagePressureBoundaryTime ( ,
y  ,
t  ,
tD   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / trench2D_siltloam.lua :135-141

if (t <= tD) then
return true, (2.2*t / tD - 2.0) * 1025.0 * 9.81
else
return true, 0.2 * 1025.0 * 9.81

References numRefs.

◆ Trench2DPressureStart()

function Trench2DPressureStart ( ,
y  ,
t   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / trench2D_siltloam.lua :151-153

function Trench2DPressureStart(x, y, t)
return (1.0 - y) * rhog
function Trench2DPressureStart(x, y, t)