NSF Postdoctoral Research
A set of C++ code developed by Andrew E. Slaughter
SlaughterFEM::EnergyEq Class Reference

A class for solving the volume averaged energy equation with libMesh. More...

#include <fem/volume_average/energy_eq.h>

Inheritance diagram for SlaughterFEM::EnergyEq:
Collaboration diagram for SlaughterFEM::EnergyEq:

List of all members.

Public Member Functions

 EnergyEq (EquationSystems &sys, EqVariableLinker< TransientNonlinearImplicitSystem > &velocity, const Order order=SECOND)
 Class constructor.

Detailed Description

A class for solving the volume averaged energy equation with libMesh.

Examples:
fem/examples/example4.cpp.

Constructor & Destructor Documentation

EnergyEq::EnergyEq ( EquationSystems &  sys,
EqVariableLinker< TransientNonlinearImplicitSystem > &  velocity,
const Order  order = SECOND 
)

Class constructor.

Parameters:
sysA reference to the EquationSystems class to be used
orderThe finite element order to use
See also:
energy_eq.cpp

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs