XBeach
Public Member Functions
boundaryconditions Module Reference

List of all members.

Public Member Functions

subroutine, public wave_bc (sg, sl, par)
subroutine, public flow_bc (s, par)
real *8 function, dimension(s%nx+1),
public 
flow_lat_bc (s, par, bctype, jbc, jn, udvdxb, vdvdyb, viscvb)
subroutine, public discharge_boundary_h (s, par)
subroutine, public discharge_boundary_v (s, par)
subroutine velocity_Boundary (bcfile, ug, vg, zg, wg, dug, dvg, nyg, t, isSet_U, isSet_V, isSet_Z, isSet_W, isSet_dU, isSet_dV, isSet_Q, force_init, bcst)
subroutine velocity_Boundary_read (t, vector, iUnit, isvec, iseof, nvar)

Detailed Description

Definition at line 1 of file boundaryconditions.F90.


Member Function/Subroutine Documentation

subroutine, public boundaryconditions::discharge_boundary_h ( type(spacepars), target  s,
type(parameters par 
)

Definition at line 1466 of file boundaryconditions.F90.

subroutine, public boundaryconditions::discharge_boundary_v ( type(spacepars), target  s,
type(parameters par 
)

Definition at line 1615 of file boundaryconditions.F90.

subroutine, public boundaryconditions::flow_bc ( type(spacepars), target  s,
type(parameters par 
)

Definition at line 923 of file boundaryconditions.F90.

real*8 function, dimension(s%nx+1), public boundaryconditions::flow_lat_bc ( type(spacepars), target  s,
type(parameters par,
integer  bctype,
integer  jbc,
integer  jn,
real*8, dimension(s%nx+1)  udvdxb,
real*8, dimension(s%nx+1)  vdvdyb,
real*8, dimension(s%nx+1)  viscvb 
)

Definition at line 1355 of file boundaryconditions.F90.

subroutine boundaryconditions::velocity_Boundary ( character(len=*), intent(in)  bcfile,
real(kind=rKind), dimension(nyg+1)  ug,
real(kind=rKind), dimension(nyg+1)  vg,
real(kind=rKind), dimension(nyg+1)  zg,
real(kind=rKind), dimension(nyg+1)  wg,
real(kind=rKind), dimension(nyg+1)  dug,
real(kind=rKind), dimension(nyg+1)  dvg,
integer(kind=iKind), intent(in)  nyg,
real(kind=rKind), intent(in)  t,
logical, intent(out)  isSet_U,
logical, intent(out)  isSet_V,
logical, intent(out)  isSet_Z,
logical, intent(out)  isSet_W,
logical, intent(out)  isSet_dU,
logical, intent(out)  isSet_dV,
logical, intent(out)  isSet_Q,
logical, intent(in), optional  force_init,
real(kind=rKind), intent(in), optional  bcst 
)

Definition at line 1662 of file boundaryconditions.F90.

subroutine boundaryconditions::velocity_Boundary_read ( real(kind=rKind), intent(inout)  t,
real(kind=rKind), dimension(:,:), intent(inout)  vector,
integer(kind=iKind), intent(in)  iUnit,
logical, intent(in)  isvec,
logical, intent(out)  iseof,
integer(kind=iKind), intent(in)  nvar 
)

Definition at line 2117 of file boundaryconditions.F90.

subroutine, public boundaryconditions::wave_bc ( type(spacepars), target  sg,
type(spacepars), target  sl,
type(parameters par 
)

Definition at line 9 of file boundaryconditions.F90.


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