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