filter_width Function

public pure function filter_width(spacing) result(delta)

Volume-equivalent grid-filter width, Delta=(dxdydz)^(1/3).

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: spacing(3)

Return Value real(kind=dp)


Called by

proc~~filter_width~~CalledByGraph proc~filter_width m_les::filter_width none~mixing_length m_les::les_t%mixing_length none~mixing_length->proc~filter_width none~apply_sgs_stress m_les::les_t%apply_sgs_stress none~apply_sgs_stress->none~mixing_length proc~apply_les m_solver::solver_t%apply_les proc~apply_les->none~apply_sgs_stress proc~transeq_default m_solver::transeq_default proc~transeq_default->proc~apply_les proc~transeq_lowmem m_solver::transeq_lowmem proc~transeq_lowmem->proc~apply_les