fdFlow Class Reference#include <fdFlow.h>
Inheritance diagram for fdFlow:
List of all members.
|
Public Member Functions |
| fdFlow () |
virtual | ~fdFlow () |
virtual fdFlow * | newObj ()=0 |
virtual stresstensor | dFods (const stresstensor &sts, const FDEPState &fdepstate) const=0 |
virtual double | dFodq (const stresstensor &sts, const FDEPState &fdepstate) const |
virtual stresstensor | dFoda (const stresstensor &sts, const FDEPState &fdepstate) const |
virtual tensor | d2Fodsds (const stresstensor &sts, const FDEPState &fdepstate) const |
virtual stresstensor | d2Fodsdq (const stresstensor &sts, const FDEPState &fdepstate) const |
virtual tensor | d2Fodsda (const stresstensor &sts, const FDEPState &fdepstate) const |
virtual double | d2Fodqdq (const stresstensor &sts, const FDEPState &fdepstate) const |
virtual stresstensor | d2Fodqda (const stresstensor &sts, const FDEPState &fdepstate) const |
virtual tensor | d2Fodada (const stresstensor &sts, const FDEPState &fdepstate) const |
virtual void | print ()=0 |
Friends |
OPS_Stream & | operator<< (OPS_Stream &os, const fdFlow &fdfl) |
Detailed Description
Definition at line 35 of file fdFlow.h.
Constructor & Destructor Documentation
virtual fdFlow::~fdFlow |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual fdFlow* fdFlow::newObj |
( |
|
) |
[pure virtual] |
virtual void fdFlow::print |
( |
|
) |
[pure virtual] |
Friends And Related Function Documentation
The documentation for this class was generated from the following files:
- OpenSees/SRC/material/nD/FiniteDeformation/fdFlow/fdFlow.h
- OpenSees/SRC/material/nD/FiniteDeformation/fdFlow/fdFlow.cpp
Generated on Mon Oct 23 15:05:42 2006 for OpenSees by 1.5.0
|