71 Real w, b, vel, dw, db, dvel;
MAST::FieldFunction< Real > & _b_ref
virtual void operator()(Real &v) const
calculates the value of the function and returns it in v.
std::set< const MAST::FunctionBase * > _functions
set of functions that this function depends on
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)
virtual void derivative(const MAST::FunctionBase &f, ValType &v) const
calculates the value of the function derivative and returns it in v.
virtual ~FrequencyFunction()
MAST::FieldFunction< Real > & _omega
FrequencyFunction(const std::string &nm, MAST::FieldFunction< Real > &omega, MAST::FieldFunction< Real > &velocity, MAST::FieldFunction< Real > &b_ref)