FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
ffauserfuncinterface::ffauf_wave Interface Reference

Evaluates the specified user-defined wave function. More...

Public Member Functions

integer function ffauf_wave (baseId, funcId, d, g, params, args, h, u, du)
 

Detailed Description

Evaluates the specified user-defined wave function.

Parameters
[in]baseIdBase Id of the function to evaluate
[in]funcIdIndex of function to evaluate
[in]dWather depth
[in]gGravity constant
[in]paramsFunction parameters (constant)
[in]argsFunction argument values (position and time)
[out]hWave elevation
[out]uWater particle velocity
[out]duWater particle acceleration
Returns
Error flag

Constructor & Destructor Documentation

◆ ffauf_wave()

integer function ffauserfuncinterface::ffauf_wave::ffauf_wave ( integer, intent(in)  baseId,
integer, intent(in)  funcId,
real(dp), intent(in)  d,
real(dp), intent(in)  g,
real(dp), dimension(*), intent(in)  params,
real(dp), dimension(*), intent(in)  args,
real(dp), intent(out)  h,
real(dp), dimension(3), intent(out)  u,
real(dp), dimension(3), intent(out)  du 
)

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