SFEMaNS  version 4.1 (work in progress)
Reference documentation for SFEMaNS
 All Classes Files Functions Variables Groups Pages
boundary_test_9 Module Reference

Public Member Functions

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)
 

Private Attributes

real(kind=8) pi =ACOS(-1.d0)
 

Detailed Description

Definition at line 1 of file condlim_test_9.f90.

Member Function/Subroutine Documentation

real(kind=8) function, dimension(h_mesh%np), public boundary_test_9::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 394 of file condlim_test_9.f90.

subroutine, public boundary_test_9::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 72 of file condlim_test_9.f90.

Here is the call graph for this function:

subroutine, public boundary_test_9::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 40 of file condlim_test_9.f90.

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Member Data Documentation

real(kind=8) boundary_test_9::pi =ACOS(-1.d0)
private

Definition at line 33 of file condlim_test_9.f90.


The documentation for this module was generated from the following file: