carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
bin.bsa Namespace Reference

Determine body surface area (BSA) in [m^2] from weight W [kg] and height [cm]. More...

Functions

def parser ()
 
def bsa (W, H)
 

Variables

def opts = parser().parse_args()
 
def bsas = bsa(opts.W,opts.H)
 

Detailed Description

Determine body surface area (BSA) in [m^2] from weight W [kg] and height [cm].

Function Documentation

◆ bsa()

def bin.bsa.bsa (   W,
  H 
)

◆ parser()

def bin.bsa.parser ( )

Variable Documentation

◆ bsas

def bin.bsa.bsas = bsa(opts.W,opts.H)

◆ opts

def bin.bsa.opts = parser().parse_args()