Physics: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The class diagram for the BasePDE directory is shown below. | |||
Each class is explained in detail in the following pages. | |||
[[Image:BasePDE_classdiag.jpg]] | [[Image:BasePDE_classdiag.jpg]] | ||
Line 5: | Line 7: | ||
'''PartTerm''' - | '''PartTerm''' - | ||
'''TransportTerm''' | *'''TransportTerm''' | ||
'''AreaTerm''' | *'''AreaTerm''' | ||
'''TimeTerm''' | *'''TimeTerm''' | ||
'''SpatialTerm''' - This class holds the "Grad", "SGrad", and "Elastic" commands that are used to implement various spatial differential equations. | *'''SpatialTerm''' - This class holds the "Grad", "SGrad", and "Elastic" commands that are used to implement various spatial differential equations. | ||
- | |||
- | ** [[GradTerm]] - <math>\nabla^2 \Psi</math>, for instance | ||
- | |||
** [[SG_Term]] - | |||
** [[Elastic]] - implements the equilibrium equation for elastic strain problems |
Latest revision as of 20:48, 12 August 2011
The class diagram for the BasePDE directory is shown below. Each class is explained in detail in the following pages.
PartTerm -
- TransportTerm
- AreaTerm
- TimeTerm
- SpatialTerm - This class holds the "Grad", "SGrad", and "Elastic" commands that are used to implement various spatial differential equations.
- GradTerm - <math>\nabla^2 \Psi</math>, for instance
- SG_Term -
- Elastic - implements the equilibrium equation for elastic strain problems