20namespace HeatTransportBHE
30 std::unique_ptr<ProcessLib::AbstractJacobianAssembler>&&
32 std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const&
34 unsigned const integration_order,
35 std::vector<std::vector<std::reference_wrapper<ProcessVariable>>>&&
57 std::vector<GlobalVector*>
const& x,
59 int const process_id)
override;
67 unsigned const integration_order)
override;
70 std::vector<GlobalVector*>
const& x,
71 std::vector<GlobalVector*>
const& x_prev,
76 const double t,
double const dt, std::vector<GlobalVector*>
const& x,
77 std::vector<GlobalVector*>
const& x_prev,
int const process_id,
81 std::vector<std::vector<MeshLib::Node*>>
const& all_bhe_nodes);
83 const double t,
const double dt,
84 int const process_id)
override;
87 std::vector<GlobalVector*>
const& x_prev,
88 const double t,
const double dt,
89 int const process_id)
override;
92 std::vector<GlobalVector*>
const& x,
93 std::vector<GlobalVector*>
const& xdot,
102 std::vector<std::unique_ptr<HeatTransportBHELocalAssemblerInterface>>
105 std::vector<std::unique_ptr<MeshLib::MeshSubset const>>
108 std::vector<std::unique_ptr<MeshLib::MeshSubset const>>
115 std::vector<std::tuple<std::size_t, GlobalIndexType, GlobalIndexType>>
120 std::vector<std::tuple<std::size_t, GlobalIndexType, GlobalIndexType>>
Global vector based on Eigen vector.
std::unique_ptr< MeshLib::MeshSubset const > _mesh_subset_soil_nodes
const BHEMeshData _bheMeshData
void assembleConcreteProcess(const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b) override
std::vector< std::unique_ptr< MeshLib::MeshSubset const > > _mesh_subset_BHE_nodes
std::vector< std::tuple< std::size_t, GlobalIndexType, GlobalIndexType > > _vec_bottom_BHE_node_indices
void computeSecondaryVariableConcrete(double const t, double const dt, std::vector< GlobalVector * > const &x, GlobalVector const &x_prev, int const process_id) override
std::vector< std::unique_ptr< HeatTransportBHELocalAssemblerInterface > > _local_assemblers
HeatTransportBHEProcess(std::string name, MeshLib::Mesh &mesh, std::unique_ptr< ProcessLib::AbstractJacobianAssembler > &&jacobian_assembler, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, unsigned const integration_order, std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > &&process_variables, HeatTransportBHEProcessData &&process_data, SecondaryVariableCollection &&secondary_variables, BHEMeshData &&bhe_mesh_data)
HeatTransportBHEProcessData _process_data
NumLib::IterationResult postIterationConcreteProcess(GlobalVector const &x) override
bool requiresNormalization() const override
std::vector< std::unique_ptr< MeshLib::MeshSubset const > > _mesh_subset_BHE_soil_nodes
void preTimestepConcreteProcess(std::vector< GlobalVector * > const &x, const double t, const double dt, int const process_id) override
bool isLinear() const override
std::vector< std::tuple< std::size_t, GlobalIndexType, GlobalIndexType > > _vec_top_BHE_node_indices
void constructDofTable() override
void initializeConcreteProcess(NumLib::LocalToGlobalIndexMap const &dof_table, MeshLib::Mesh const &mesh, unsigned const integration_order) override
Process specific initialization called by initialize().
void algebraicBcConcreteProcess(const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &xdot, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b)
void assembleWithJacobianConcreteProcess(const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalVector &b, GlobalMatrix &Jac) override
void postTimestepConcreteProcess(std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, const double t, const double dt, int const process_id) override
void createBHEBoundaryConditionTopBottom(std::vector< std::vector< MeshLib::Node * > > const &all_bhe_nodes)
Handles configuration of several secondary variables from the project file.
IterationResult
Status flags telling the NonlinearSolver if an iteration succeeded.
const bool _use_algebraic_bc
AlgebraicBCSetting const _algebraic_BC_Setting