SFEMaNS  version 5.3
Reference documentation for SFEMaNS
boundary_test_39 Module Reference

Functions/Subroutines

subroutine, public init_velocity_pressure (mesh_f, mesh_c, time, dt, list_mode, un_m1, un, pn_m1, pn, phin_m1, phin)
 
subroutine, public init_level_set (pp_mesh, time, dt, list_mode, level_set_m1, level_set)
 
real(kind=8) function, dimension(size(rr, 2)), public source_in_ns_momentum (TYPE, rr, mode, i, time, Re, ty, opt_density, opt_tempn)
 
real(kind=8) function, dimension(size(rr, 2)), public source_in_level_set (interface_nb, TYPE, rr, m, t)
 
real(kind=8) function, dimension(size(rr, 2)), public vv_exact (TYPE, rr, m, t)
 
real(kind=8) function, dimension(size(rr, 2)), public pp_exact (TYPE, rr, m, t)
 
real(kind=8) function, dimension(size(rr, 2)), public level_set_exact (interface_nb, TYPE, rr, m, t)
 

Variables

real(kind=8), parameter alpha =1.0d0
 
real(kind=8), parameter beta =0.5d0
 

Function/Subroutine Documentation

subroutine, public boundary_test_39::init_level_set ( type(mesh_type pp_mesh,
real(kind=8), intent(out)  time,
real(kind=8), intent(in)  dt,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:,:), intent(out)  level_set_m1,
real(kind=8), dimension(:,:,:,:), intent(out)  level_set 
)

Definition at line 96 of file condlim_test_39.f90.

Here is the call graph for this function:

subroutine, public boundary_test_39::init_velocity_pressure ( type(mesh_type mesh_f,
type(mesh_type mesh_c,
real(kind=8), intent(out)  time,
real(kind=8), intent(in)  dt,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(out)  un_m1,
real(kind=8), dimension(:,:,:), intent(out)  un,
real(kind=8), dimension(:,:,:), intent(out)  pn_m1,
real(kind=8), dimension(:,:,:), intent(out)  pn,
real(kind=8), dimension(:,:,:), intent(out)  phin_m1,
real(kind=8), dimension(:,:,:), intent(out)  phin 
)

Definition at line 44 of file condlim_test_39.f90.

Here is the call graph for this function:

real(kind=8) function, dimension(size(rr,2)), public boundary_test_39::level_set_exact ( integer, intent(in)  interface_nb,
integer, intent(in)  TYPE,
real(kind=8), dimension(:,:), intent(in)  rr,
integer, intent(in)  m,
real(kind=8), intent(in)  t 
)

Definition at line 280 of file condlim_test_39.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function, dimension(size(rr,2)), public boundary_test_39::pp_exact ( integer, intent(in)  TYPE,
real(kind=8), dimension(:,:), intent(in)  rr,
integer, intent(in)  m,
real(kind=8), intent(in)  t 
)

Definition at line 249 of file condlim_test_39.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(size(rr,2)), public boundary_test_39::source_in_level_set ( integer, intent(in)  interface_nb,
integer, intent(in)  TYPE,
real(kind=8), dimension(:,:), intent(in)  rr,
integer, intent(in)  m,
real(kind=8), intent(in)  t 
)

Definition at line 188 of file condlim_test_39.f90.

real(kind=8) function, dimension(size(rr,2)), public boundary_test_39::source_in_ns_momentum ( integer, intent(in)  TYPE,
real(kind=8), dimension(:,:), intent(in)  rr,
integer, intent(in)  mode,
integer, intent(in)  i,
real(kind=8), intent(in)  time,
real(kind=8), intent(in)  Re,
character(len=2), intent(in)  ty,
real(kind=8), dimension(:,:,:), intent(in), optional  opt_density,
real(kind=8), dimension(:,:,:), intent(in), optional  opt_tempn 
)

Definition at line 120 of file condlim_test_39.f90.

Here is the call graph for this function:

real(kind=8) function, dimension(size(rr,2)), public boundary_test_39::vv_exact ( integer, intent(in)  TYPE,
real(kind=8), dimension(:,:), intent(in)  rr,
integer, intent(in)  m,
real(kind=8), intent(in)  t 
)

Definition at line 208 of file condlim_test_39.f90.

Here is the caller graph for this function:

Variable Documentation

real(kind=8), parameter boundary_test_39::alpha =1.0d0
private

Definition at line 33 of file condlim_test_39.f90.

real(kind=8), parameter boundary_test_39::beta =0.5d0
private

Definition at line 34 of file condlim_test_39.f90.