Go to the source code of this file.
|
subroutine | cflpsi (SYGMA, U, V, DT, IELM, MESH, MSK, MASKEL) |
|
◆ cflpsi()
subroutine cflpsi |
( |
type(bief_obj), intent(inout) |
SYGMA, |
|
|
type(bief_obj), intent(in) |
U, |
|
|
type(bief_obj), intent(in) |
V, |
|
|
double precision, intent(in) |
DT, |
|
|
integer, intent(in) |
IELM, |
|
|
type(bief_mesh), intent(inout) |
MESH, |
|
|
logical, intent(in) |
MSK, |
|
|
type(bief_obj), intent(in) |
MASKEL |
|
) |
| |
- Parameters
-
[in,out] | sygma | [in] DT Time step. |
[in] | IELM | Type of element. |
[in] | MASKEL | Masking of elements =1. : NORMAL =0. : MASKED ELEMENT |
[in] | MESH | Mesh structure |
[in] | MSK | If yes, there is masked elements. |
[out] | SYGMA | Courant number. |
[in] | U | Velocity along x. |
[in] | V | Velocity along y. |
Definition at line 7 of file cflpsi.f.