1 #ifndef VERTEXCFD_CLOSURE_CONDUCTIONTIMEDERIVATIVE_HPP
2 #define VERTEXCFD_CLOSURE_CONDUCTIONTIMEDERIVATIVE_HPP
4 #include <Panzer_Dimension.hpp>
5 #include <Panzer_Evaluator_WithBaseImpl.hpp>
7 #include <Phalanx_Evaluator_Derived.hpp>
8 #include <Phalanx_Evaluator_WithBaseImpl.hpp>
9 #include <Phalanx_FieldManager.hpp>
10 #include <Phalanx_config.hpp>
12 #include <Kokkos_Core.hpp>
16 namespace ClosureModel
19 template<
class EvalType,
class Traits>
21 public PHX::EvaluatorDerived<EvalType, Traits>
24 using scalar_type =
typename EvalType::ScalarT;
28 void evaluateFields(
typename Traits::EvalData d)
override;
30 KOKKOS_INLINE_FUNCTION
32 const Kokkos::TeamPolicy<PHX::exec_space>::member_type& team)
const;
35 PHX::MDField<scalar_type, panzer::Cell, panzer::Point> _dqdt_energy;
38 PHX::MDField<const scalar_type, panzer::Cell, panzer::Point> _density;
39 PHX::MDField<const scalar_type, panzer::Cell, panzer::Point> _specific_heat;
40 PHX::MDField<const scalar_type, panzer::Cell, panzer::Point> _dxdt_temperature;
48 #endif // end VERTEXCFD_CLOSURE_CONDUCTIONTIMEDERIVATIVE_HPP