Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
Public Member Functions | Public Attributes | List of all members
sierra::nalu::MaterialProperty Class Reference

#include <MaterialProperty.h>

Public Member Functions

 MaterialProperty (MaterialPropertys &matPropertys)
 
 ~MaterialProperty ()
 
void load (const YAML::Node &node)
 
virtual void breadboard ()
 
Simulationroot ()
 
EquationSystemsparent ()
 

Public Attributes

MaterialPropertysmatPropertys_
 

Constructor & Destructor Documentation

sierra::nalu::MaterialProperty::MaterialProperty ( MaterialPropertys matPropertys)
sierra::nalu::MaterialProperty::~MaterialProperty ( )

Member Function Documentation

virtual void sierra::nalu::MaterialProperty::breadboard ( )
inlinevirtual

References parent(), and root().

void sierra::nalu::MaterialProperty::load ( const YAML::Node node)
EquationSystems* sierra::nalu::MaterialProperty::parent ( )

Referenced by breadboard().

Simulation* sierra::nalu::MaterialProperty::root ( )

Referenced by breadboard().

Member Data Documentation

MaterialPropertys& sierra::nalu::MaterialProperty::matPropertys_

The documentation for this class was generated from the following files: