"static_equation": "static equation"}
// Units of the special variables that are always defined
UNITS_SPECIAL_VARS = {"t": second, "dt": second, "xi": second**-0.5}
SPECIAL_VARS = UNITS_SPECIAL_VARS.keys()
// Definitions of equation structure for parsing with pyparsing
After Change
__all__ = ["Equations"]
logger = get_logger(__name__)
// A dictionary mapping equation types to nice names for error messages
EQUATION_TYPE = {"parameter": "parameter",