1 #ifndef VERTEXCFD_CLOSURE_RADDIFFUSIONFLUX_HPP
2 #define VERTEXCFD_CLOSURE_RADDIFFUSIONFLUX_HPP
4 #include "rad_solver/species_properties/VertexCFD_ConstantSpeciesProperties.hpp"
5 #include "utils/VertexCFD_Utils_Constants.hpp"
7 #include <Panzer_Dimension.hpp>
8 #include <Panzer_Evaluator_WithBaseImpl.hpp>
10 #include <Phalanx_Evaluator_Derived.hpp>
11 #include <Phalanx_Evaluator_WithBaseImpl.hpp>
12 #include <Phalanx_FieldManager.hpp>
13 #include <Phalanx_config.hpp>
15 #include <Kokkos_Core.hpp>
21 namespace ClosureModel
26 template<
class EvalType,
class Traits>
28 public PHX::EvaluatorDerived<EvalType, Traits>
31 using scalar_type =
typename EvalType::ScalarT;
34 const panzer::IntegrationRule& ir,
36 const std::string& flux_prefix =
"",
37 const std::string& gradient_prefix =
"");
39 void evaluateFields(
typename Traits::EvalData workset)
override;
41 KOKKOS_INLINE_FUNCTION
43 const Kokkos::TeamPolicy<PHX::exec_space>::member_type& team)
const;
51 PHX::MDField<scalar_type, panzer::Cell, panzer::Point, panzer::Dim>,
52 VertexCFD::Constants::MAX_NUM_VIEW>
57 PHX::MDField<const scalar_type, panzer::Cell, panzer::Point, panzer::Dim>,
58 VertexCFD::Constants::MAX_NUM_VIEW>
69 #endif // end VERTEXCFD_CLOSURE_RADDIFFUSIONFLUX_HPP