23 std::string
const& str)
Base class for boundary conditions, initial conditions and source terms.
static ConditionType convertStringToType(std::string const &str)
Converts a string specifying the type into an enum.
SourceTerm(ProcessVariable const &process_var, std::string const ¶m_name, ConditionType type)
static std::string convertTypeToString(ConditionType type)
Converts the type enum into a string.