plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getVelocitySeepageFlow
Function
MIT
15 statements
Source File
SeepageFlowClass.f90
SeepageFlowClass
getVelocitySeepageFlow
Contents
public function getVelocitySeepageFlow(This, Pressure, Permiability, Permiability_field) result(Velocity)
Type Bound
SeepageFlow_
Arguments
Type
Intent
Optional
Attributes
Name
class(
SeepageFlow_
),
intent(inout)
::
This
real(kind=real64),
intent(in)
::
Pressure
(:)
real(kind=real64),
intent(in),
optional
::
Permiability
real(kind=real64),
intent(in),
optional
::
Permiability_field
(:)
Return Value
real(kind=real64), allocatable, (:,:)