20 #ifndef __mast__frequency_function_h__ 21 #define __mast__frequency_function_h__ 101 #endif // __mast__frequency_function_h__
MAST::FieldFunction< Real > & _b_ref
virtual void operator()(Real &v) const
calculates the value of the function and returns it in v.
MAST::FieldFunction< Real > & _velocity
virtual void derivative(const MAST::FunctionBase &f, Real &v) const
calculates the value of the function derivative and returns it in v.
void nondimensionalizing_factor(Real &v)
bool if_nondimensional() const
This creates the base class for functions that have a saptial and temporal dependence, and provide sensitivity operations with respect to the functions and parameters.
virtual ~FrequencyFunction()
void if_nondimensional(bool v)
sets the flag for whether or not the frequency has been nondimensionalized: omega b/V ...
MAST::FieldFunction< Real > & _omega
FrequencyFunction(const std::string &nm, MAST::FieldFunction< Real > &omega, MAST::FieldFunction< Real > &velocity, MAST::FieldFunction< Real > &b_ref)