SFEMaNS  version 5.3
Reference documentation for SFEMaNS
boundary_test_37 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_temperature (mesh, time, dt, list_mode, tempn_m1, tempn)
 
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_temperature (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 temperature_exact (TYPE, rr, m, t)
 
real(kind=8) function, dimension(h_mesh%np), public extension_velocity (TYPE, H_mesh, mode, t, n_start)
 
real(kind=8) function, dimension(size(rr, 2)), public hexact (H_mesh, TYPE, rr, m, mu_H_field, t)
 
real(kind=8) function, dimension(size(rr, 2)), public phiexact (TYPE, rr, m, mu_phi, t)
 
real(kind=8) function, public jexact_gauss (TYPE, rr, m, mu_phi, sigma, mu_H, t, mesh_id, opt_B_ext)
 
real(kind=8) function, public eexact_gauss (TYPE, rr, m, mu_phi, sigma, mu_H, t)
 
subroutine, public init_maxwell (H_mesh, phi_mesh, time, dt, mu_H_field, mu_phi, list_mode, Hn1, Hn, phin1, phin)
 
real(kind=8) function, public chi_coeff_law (temp)
 
real(kind=8) function, public t_dchi_dt_coeff_law (temp)
 

Function/Subroutine Documentation

real(kind=8) function, public boundary_test_37::chi_coeff_law ( real(kind=8)  temp)

Definition at line 874 of file condlim_test_37.f90.

real(kind=8) function, public boundary_test_37::eexact_gauss ( integer, intent(in)  TYPE,
real(kind=8), dimension(:), intent(in)  rr,
integer, intent(in)  m,
real(kind=8), intent(in)  mu_phi,
real(kind=8), intent(in)  sigma,
real(kind=8), intent(in)  mu_H,
real(kind=8), intent(in)  t 
)

Definition at line 769 of file condlim_test_37.f90.

real(kind=8) function, dimension(h_mesh%np), public boundary_test_37::extension_velocity ( integer, intent(in)  TYPE,
type(mesh_type), intent(in)  H_mesh,
integer, intent(in)  mode,
real(kind=8), intent(in)  t,
integer, intent(in)  n_start 
)

Definition at line 572 of file condlim_test_37.f90.

real(kind=8) function, dimension(size(rr,2)), public boundary_test_37::hexact ( type(mesh_type), intent(in)  H_mesh,
integer, intent(in)  TYPE,
real(kind=8), dimension(:,:), intent(in)  rr,
integer, intent(in)  m,
real(kind=8), dimension(:), intent(in)  mu_H_field,
real(kind=8), intent(in)  t 
)

Definition at line 621 of file condlim_test_37.f90.

Here is the caller graph for this function:

subroutine, public boundary_test_37::init_maxwell ( type(mesh_type H_mesh,
type(mesh_type phi_mesh,
real(kind=8), intent(out)  time,
real(kind=8), intent(in)  dt,
real(kind=8), dimension(:), intent(in)  mu_H_field,
real(kind=8), intent(in)  mu_phi,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), dimension(:,:,:), intent(out)  Hn1,
real(kind=8), dimension(:,:,:), intent(out)  Hn,
real(kind=8), dimension(:,:,:), intent(out)  phin1,
real(kind=8), dimension(:,:,:), intent(out)  phin 
)

Definition at line 789 of file condlim_test_37.f90.

Here is the call graph for this function:

subroutine, public boundary_test_37::init_temperature ( type(mesh_type 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)  tempn_m1,
real(kind=8), dimension(:,:,:), intent(out)  tempn 
)

Definition at line 75 of file condlim_test_37.f90.

Here is the call graph for this function:

subroutine, public boundary_test_37::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_37.f90.

Here is the call graph for this function:

real(kind=8) function, public boundary_test_37::jexact_gauss ( integer, intent(in)  TYPE,
real(kind=8), dimension(:), intent(in)  rr,
integer, intent(in)  m,
real(kind=8), intent(in)  mu_phi,
real(kind=8), intent(in)  sigma,
real(kind=8), intent(in)  mu_H,
real(kind=8), intent(in)  t,
integer, intent(in)  mesh_id,
real(kind=8), dimension(6), intent(in), optional  opt_B_ext 
)

Definition at line 702 of file condlim_test_37.f90.

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

Definition at line 683 of file condlim_test_37.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(size(rr,2)), public boundary_test_37::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 484 of file condlim_test_37.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(size(rr,2)), public boundary_test_37::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 119 of file condlim_test_37.f90.

Here is the call graph for this function:

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

Definition at line 339 of file condlim_test_37.f90.

real(kind=8) function, public boundary_test_37::t_dchi_dt_coeff_law ( real(kind=8)  temp)

Definition at line 886 of file condlim_test_37.f90.

real(kind=8) function, dimension(size(rr,2)), public boundary_test_37::temperature_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 506 of file condlim_test_37.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(size(rr,2)), public boundary_test_37::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 424 of file condlim_test_37.f90.

Here is the caller graph for this function: