1 #ifndef VERTEXCFD_CLOSURE_CONDUCTIONFLUX_HPP
2 #define VERTEXCFD_CLOSURE_CONDUCTIONFLUX_HPP
4 #include <Panzer_Dimension.hpp>
5 #include <Panzer_Evaluator_WithBaseImpl.hpp>
6 #include <Panzer_IntegrationRule.hpp>
8 #include <Phalanx_Evaluator_Derived.hpp>
9 #include <Phalanx_KokkosDeviceTypes.hpp>
10 #include <Phalanx_MDField.hpp>
12 #include <Kokkos_Core.hpp>
18 namespace ClosureModel
34 template<
class EvalType,
class Traits>
36 public PHX::EvaluatorDerived<EvalType, Traits>
39 using scalar_type =
typename EvalType::ScalarT;
54 const std::string& flux_prefix =
"",
55 const std::string& gradient_prefix =
"");
74 KOKKOS_INLINE_FUNCTION
76 const Kokkos::TeamPolicy<PHX::exec_space>::member_type& team)
const;
83 PHX::MDField<scalar_type, panzer::Cell, panzer::Point, panzer::Dim>
92 PHX::MDField<const scalar_type, panzer::Cell, panzer::Point, panzer::Dim>
100 PHX::MDField<const scalar_type, panzer::Cell, panzer::Point>
101 _thermal_conductivity;
112 #endif // end VERTEXCFD_CLOSURE_CONDUCTIONFLUX_HPP