Physics: Difference between revisions

From Flooxs
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
*'''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>d^2/dx</math>
** [[GradTerm]] - <math>\Omega_2 \Phi</math>


** [[SG_Term]] -  
** [[SG_Term]] -  


** [[Elastic]] - implements the equilibrium equation for elastic strain problems
** [[Elastic]] - implements the equilibrium equation for elastic strain problems

Revision as of 20:46, 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.
    • Elastic - implements the equilibrium equation for elastic strain problems