1 #ifndef VERTEXCFD_EQUATIONSET_INCOMPRESSIBLE_LSVOF_HPP
2 #define VERTEXCFD_EQUATIONSET_INCOMPRESSIBLE_LSVOF_HPP
4 #include <Panzer_CellData.hpp>
5 #include <Panzer_EquationSet_DefaultImpl.hpp>
6 #include <Panzer_GlobalData.hpp>
7 #include <Panzer_Traits.hpp>
9 #include <Phalanx_FieldManager.hpp>
11 #include <Teuchos_ParameterList.hpp>
12 #include <Teuchos_RCP.hpp>
15 #include <unordered_map>
26 template<
class EvalType>
31 const int& default_integration_order,
32 const panzer::CellData& cell_data,
33 const Teuchos::RCP<panzer::GlobalData>& gd,
34 const bool build_transient_support);
36 void buildAndRegisterEquationSetEvaluators(
37 PHX::FieldManager<panzer::Traits>& fm,
38 const panzer::FieldLibrary& field_library,
39 const Teuchos::ParameterList& user_data)
const override;
43 std::unordered_map<std::string, std::string> _equ_dof_ns_pair;
44 std::unordered_map<std::string, std::string> _equ_dof_lsvof_pair;
45 bool _build_lsvofmom_equ;
46 bool _build_lsvof_buoyancy_source;
47 bool _build_lsvof_surface_tension;
48 std::string _lsvof_model_name;
56 #endif // end VERTEXCFD_EQUATIONSET_INCOMPRESSIBLE_LSVOF_HPP