Chi-Tech
chi::MaterialPropertyScalarFuncXYZTV Class Reference

#include <mat_prop_scalarfuncXYZTV.h>

Inheritance diagram for chi::MaterialPropertyScalarFuncXYZTV:
chi::MaterialProperty ChiObject

Public Member Functions

 MaterialPropertyScalarFuncXYZTV (const InputParameters &params)
 
double Evaluate (const std::vector< double > &vars)
 
- Public Member Functions inherited from chi::MaterialProperty
 MaterialProperty (const chi::InputParameters &params)
 
const std::string & TextName () const
 
- Public Member Functions inherited from ChiObject
 ChiObject ()
 
 ChiObject (const chi::InputParameters &params)
 
void SetStackID (size_t stack_id)
 
size_t StackID () const
 
virtual void PushOntoStack (std::shared_ptr< ChiObject > &new_object)
 
virtual ~ChiObject ()=default
 

Static Public Member Functions

static InputParameters GetInputParameters ()
 
- Static Public Member Functions inherited from chi::MaterialProperty
static chi::InputParameters GetInputParameters ()
 
- Static Public Member Functions inherited from ChiObject
static chi::InputParameters GetInputParameters ()
 

Protected Attributes

const chi_math::FunctionDimAToDimBfunction_
 
const std::vector< std::string > dependent_variables_
 

Detailed Description

General material base class for a scalar material property that is possibly a function of position (x,y,z), time t, and maybe a set of variables (v).

Definition at line 13 of file mat_prop_scalarfuncXYZTV.h.

Constructor & Destructor Documentation

◆ MaterialPropertyScalarFuncXYZTV()

chi::MaterialPropertyScalarFuncXYZTV::MaterialPropertyScalarFuncXYZTV ( const InputParameters params)
explicit

Definition at line 29 of file mat_prop_scalarfuncXYZTV.cc.

Member Function Documentation

◆ Evaluate()

double chi::MaterialPropertyScalarFuncXYZTV::Evaluate ( const std::vector< double > &  vars)

Definition at line 45 of file mat_prop_scalarfuncXYZTV.cc.

◆ GetInputParameters()

InputParameters chi::MaterialPropertyScalarFuncXYZTV::GetInputParameters ( )
static

Definition at line 11 of file mat_prop_scalarfuncXYZTV.cc.

Field Documentation

◆ dependent_variables_

const std::vector<std::string> chi::MaterialPropertyScalarFuncXYZTV::dependent_variables_
protected

Definition at line 17 of file mat_prop_scalarfuncXYZTV.h.

◆ function_

const chi_math::FunctionDimAToDimB& chi::MaterialPropertyScalarFuncXYZTV::function_
protected

Definition at line 16 of file mat_prop_scalarfuncXYZTV.h.


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