OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
nlocal_reg_mod Module Reference

Data Types

type  nlocal_str_

Functions/Subroutines

subroutine get_lemax (le_max, nloc_length)
subroutine get_length (nloc_length, le_max)

Function/Subroutine Documentation

◆ get_lemax()

subroutine nlocal_reg_mod::get_lemax ( intent(out) le_max,
intent(in) nloc_length )

Definition at line 184 of file nlocal_reg_mod.F.

185#include "implicit_f.inc"
186 my_real, INTENT(IN) :: nloc_length
187 my_real, INTENT(OUT) :: le_max
188 le_max = sqrt(pi)*nloc_length/three
#define my_real
Definition cppsort.cpp:32

◆ get_length()

subroutine nlocal_reg_mod::get_length ( intent(out) nloc_length,
intent(in) le_max )

Definition at line 199 of file nlocal_reg_mod.F.

200#include "implicit_f.inc"
201 my_real, INTENT(IN) :: le_max
202 my_real, INTENT(OUT) :: nloc_length
203 nloc_length = three*le_max/sqrt(pi)