Plugins
well.lua File Reference

Functions

function WellAquiferBoundary (x, y, t)
 
function WellPressureStart (x, y, t)
 

Function Documentation

◆ WellAquiferBoundary()

function WellAquiferBoundary ( ,
,
 
)

location: /home/runner/work/docs/docs/ug4/plugins/unsat_flow/config / well.lua :131-133

function WellAquiferBoundary(x, y, t)
return true, (1.0 - y) * rhog
end
function WellAquiferBoundary(x, y, t)

References dim, grid(), and numRefs.

◆ WellPressureStart()

function WellPressureStart ( ,
,
 
)

location: /home/runner/work/docs/docs/ug4/plugins/unsat_flow/config / well.lua :135-137

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

References type().