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

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

#include <fem/volume_average/momentum_eq.h>

Inheritance diagram for SlaughterFEM::MomentumEq:
Collaboration diagram for SlaughterFEM::MomentumEq:

List of all members.

Public Member Functions

 MomentumEq (EquationSystems &sys, const Order order=SECOND)
 Class constructor.
vector< string > get_velocity_variables ()
 Tthe velocity variable names.

Detailed Description

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

Examples:
fem/examples/example4.cpp.

Member Function Documentation

vector< string > MomentumEq::get_velocity_variables ( )

Tthe velocity variable names.

This is used to pass the velocity variables between classes.

Returns:
A vector of strings that contains the names of the velocity variables.
See also:
VolumeAverageEqData

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