21namespace HeatTransportBHE
31 std::unique_ptr<ProcessLib::AbstractJacobianAssembler>&&
33 std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const&
35 unsigned const integration_order,
36 std::vector<std::vector<std::reference_wrapper<ProcessVariable>>>&&
61 std::vector<GlobalVector*>
const& x,
63 int const process_id)
override;
71 unsigned const integration_order)
override;
74 std::vector<GlobalVector*>
const& x,
75 std::vector<GlobalVector*>
const& x_prev,
80 const double t,
double const dt, std::vector<GlobalVector*>
const& x,
81 std::vector<GlobalVector*>
const& x_prev,
int const process_id,
85 std::vector<std::vector<MeshLib::Node*>>
const& all_bhe_nodes);
87 const double t,
const double dt,
88 int const process_id)
override;
91 std::vector<GlobalVector*>
const& x_prev,
92 const double t,
const double dt,
93 int const process_id)
override;
96 std::vector<GlobalVector*>
const& x,
97 std::vector<GlobalVector*>
const& xdot,
106 std::vector<std::unique_ptr<HeatTransportBHELocalAssemblerInterface>>
109 std::vector<std::unique_ptr<MeshLib::MeshSubset const>>
112 std::vector<std::unique_ptr<MeshLib::MeshSubset const>>
119 std::vector<std::tuple<std::size_t, GlobalIndexType, GlobalIndexType>>
124 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
std::vector< std::size_t > _bhes_element_ids
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
AssembledMatrixCache _asm_mat_cache
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)
std::vector< std::size_t > _soil_element_ids
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