NAME
Flame_laminarSpeed
SYNOPSIS
call Flame_laminarSpeed (real(in) :: dens, real(out) :: s , optional,real(in) :: info(:))
DESCRIPTION
Return the physical laminar flame speed s. Generally only used in initialization. Behavior is strongly dependent on what FlameSpeed subunit is included the info array is to provide imlementation-dependent information such as composition if applicable.
ARGUMENTS
dens - density s - returned speed
SEE ALSO
See Flame_interface.F90 for possible updates