Loading [MathJax]/extensions/tex2jax.js
Apps
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
henry_stat.lua File Reference

Functions

function Drho_fct_c (c) return 25 end
 
function hydroStatPressure (x, y)
 
function rho_fct (c) return 1000+25 *c end
 

Function Documentation

◆ Drho_fct_c()

function Drho_fct_c ( c  )

location: /home/runner/work/docs/docs/ug4/apps/Examples / henry_stat.lua :45

function Drho_fct_c(c) return 25 end
function *Umax *y end
Definition channel.lua:87
function Drho_fct_c(c) return 25 end
parameterNumber c
Definition mixinglayer.lua:13

◆ hydroStatPressure()

function hydroStatPressure ( ,
y   
)

location: /home/runner/work/docs/docs/ug4/apps/Examples / henry_stat.lua :58-60

function hydroStatPressure (x, y) -- hydrostatic pressure used at the sea side
return g_val * rho_fct (1) * y
function y
Definition channel.lua:79
function hydroStatPressure(x, y)
function rho_fct(c) return 1000+25 *c end

◆ rho_fct()

function rho_fct ( c  )

location: /home/runner/work/docs/docs/ug4/apps/Examples / henry_stat.lua :44

function rho_fct (c) return 1000 + 25 * c end