Gadget
Classes | Enumerations
formula.h File Reference
#include "keeper.h"
#include "parameter.h"
#include "gadget.h"
Include dependency graph for formula.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Formula
 This is the class used to calculate the value of the variables used in the model simulation. More...
 

Enumerations

enum  FormulaType { CONSTANT = 1 , PARAMETER , FUNCTION }
 
enum  FunctionType {
  NONE = 1 , MULT , DIV , PLUS ,
  MINUS , SIN , COS , LOG ,
  EXP , LOG10 , POWER , SQRT ,
  RAND , LESS , GREATER , EQUAL ,
  AND , OR , NOT , ABS ,
  IF , PI
}
 

Enumeration Type Documentation

◆ FormulaType

Enumerator
CONSTANT 
PARAMETER 
FUNCTION 

◆ FunctionType

Enumerator
NONE 
MULT 
DIV 
PLUS 
MINUS 
SIN 
COS 
LOG 
EXP 
LOG10 
POWER 
SQRT 
RAND 
LESS 
GREATER 
EQUAL 
AND 
OR 
NOT 
ABS 
IF 
PI