ABLATE Source Documentation  0.12.33
flowProcess.hpp
1 #ifndef ABLATELIBRARY_FLOWPROCESS_HPP
2 #define ABLATELIBRARY_FLOWPROCESS_HPP
3 
4 #include "process.hpp"
5 
6 namespace ablate::finiteVolume::processes {
7 
8 class FlowProcess : public Process {};
9 
10 } // namespace ablate::finiteVolume::processes
11 #endif // ABLATELIBRARY_FLOWPROCESS_HPP