Add tracer config function fname() == name + "F"

This commit is contained in:
Joakim Hove 2021-11-26 16:40:15 +01:00
parent 4c05ba58d1
commit ae8c7c5325

View File

@ -38,6 +38,10 @@ public:
std::optional<std::vector<double>> solution_concentration;
std::optional<TracerVdTable> free_tvdp;
std::optional<TracerVdTable> solution_tvdp;
std::string fname() const {
return this->name + "F";
}
TracerEntry() = default;
TracerEntry(const std::string& name_, const std::string& unit_string_,