plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_EP_Model
Interface
MIT
3 statements
Source File
ElastoPlasticityClass.f90
ElastoPlasticityClass
to_EP_Model
Contents
Module Procedures
to_EP_Model_ElastoPlastClass
public interface to_EP_Model
Module Procedures
public function
to_EP_Model_ElastoPlastClass
(ElasticPotential, YieldFunction, PlasticPotential, StressRatio) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
procedure(
E_PotentialFunction
)
::
ElasticPotential
procedure(
P_PotentialFunction
)
::
YieldFunction
procedure(
P_PotentialFunction
)
::
PlasticPotential
procedure(
StressRatioFunction
),
optional
::
StressRatio
Return Value
type(
EP_Model_
)