XBeach
Public Member Functions | Private Member Functions | Private Attributes
flow_secondorder_module Module Reference

List of all members.

Public Member Functions

subroutine, public flow_secondorder_advUV (s, par, uu_old, vv_old)
subroutine, public flow_secondorder_advW (s, par, w, w_old, mskZ)
subroutine, public flow_secondorder_con (s, par, zs_old)
subroutine, public flow_secondorder_huhv (s, par)

Private Member Functions

subroutine flow_secondorder_init (s)

Private Attributes

real(kind=rKind), dimension(:,:),
allocatable 
wrk1
real(kind=rKind), dimension(:,:),
allocatable 
wrk2
logical initialized = .false.

Detailed Description

Definition at line 13 of file flow_secondorder.F90.


Member Function/Subroutine Documentation

subroutine, public flow_secondorder_module::flow_secondorder_advUV ( type(spacepars), intent(inout)  s,
type(parameters), intent(in)  par,
real(kind=rkind), dimension(s%nx+1,s%ny+1), intent(in)  uu_old,
real(kind=rkind), dimension(s%nx+1,s%ny+1), intent(in)  vv_old 
)

Definition at line 85 of file flow_secondorder.F90.

subroutine, public flow_secondorder_module::flow_secondorder_advW ( type(spacepars), intent(inout)  s,
type(parameters), intent(in)  par,
real(kind=rKind), dimension(s%nx+1,s%ny+1), intent(inout)  w,
real(kind=rKind), dimension(s%nx+1,s%ny+1), intent(in)  w_old,
integer(kind=iKind), dimension(s%nx+1,s%ny+1), intent(in)  mskZ 
)

Definition at line 390 of file flow_secondorder.F90.

subroutine, public flow_secondorder_module::flow_secondorder_con ( type(spacepars), intent(inout)  s,
type(parameters), intent(in)  par,
real(kind=rKind), dimension(s%nx+1,s%ny+1), intent(in)  zs_old 
)

Definition at line 686 of file flow_secondorder.F90.

subroutine, public flow_secondorder_module::flow_secondorder_huhv ( type(spacepars), intent(inout)  s,
type(parameters), intent(in)  par 
)

Definition at line 828 of file flow_secondorder.F90.

subroutine flow_secondorder_module::flow_secondorder_init ( type(spacepars), intent(inout)  s) [private]

Definition at line 49 of file flow_secondorder.F90.


Member Data Documentation

logical flow_secondorder_module::initialized = .false. [private]

Definition at line 35 of file flow_secondorder.F90.

real(kind=rKind), dimension(:,:), allocatable flow_secondorder_module::wrk1 [private]

Definition at line 26 of file flow_secondorder.F90.

real(kind=rKind), dimension(:,:), allocatable flow_secondorder_module::wrk2 [private]

Definition at line 30 of file flow_secondorder.F90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables Defines