Apps
Loading...
Searching...
No Matches
henry-enumath.lua File Reference

Functions

function HydroPressure (x, y)
 
function HydroPressure_bnd (x, y, t, si)
 
function HydroPressure_c (x, y)
 
function RechargeTop (x, y, t, si)
 
function SeaConc (x, y, t, si)
 

Variables

parameterNumber frac = 0
 
parameterNumber fsDepth = 0
 
parameterNumber recharge = 0
 

Function Documentation

◆ HydroPressure()

function HydroPressure ( ,
y   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / henry-enumath.lua :162-164

function HydroPressure(x, y)
return henry2D_g * henry2D_rho * (y + params.fs_depth)
function y
Definition channel.lua:79
function *Umax *y end
Definition channel.lua:87
function HydroPressure(x, y)

References s.

◆ HydroPressure_bnd()

function HydroPressure_bnd ( ,
y  ,
t  ,
si   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / henry-enumath.lua :150-154

function HydroPressure_bnd(x, y, t, si)
local pp = HydroPressure_c(x, y)
if pp < 0 then return false, 0 end
return true, pp
function t
Definition channel.lua:79
function HydroPressure_c(x, y)
function HydroPressure_bnd(x, y, t, si)

References dim, grid, numPreRefs, and numRefs.

◆ HydroPressure_c()

function HydroPressure_c ( ,
y   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / henry-enumath.lua :146-148

function HydroPressure_c(x, y)
return henry2D_g * 1025 * (y + params.fs_depth)

◆ RechargeTop()

function RechargeTop ( ,
y  ,
t  ,
si   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / henry-enumath.lua :166-168

function RechargeTop(x, y, t, si)
return -(2.0-x)*params.recharge
function RechargeTop(x, y, t, si)

◆ SeaConc()

function SeaConc ( ,
y  ,
t  ,
si   
)

location: /home/runner/work/docs/docs/ug4/apps/unsat_flow/config / henry-enumath.lua :156-160

function SeaConc(x, y, t, si)
local pp = HydroPressure_c(x, y)
if pp < 0 then return false, 0.0 end
return true, 1.0
function SeaConc(x, y, t, si)

References type.

Variable Documentation

◆ frac

parameterNumber frac = 0

◆ fsDepth

parameterNumber fsDepth = 0

◆ recharge

parameterNumber recharge = 0