OGS
HCNonAdvectiveFreeComponentFlowBoundaryCondition.h
Go to the documentation of this file.
1 
11 #pragma once
12 
15 #include "MeshLib/PropertyVector.h"
16 
17 namespace ProcessLib
18 {
23 
24 std::unique_ptr<HCNonAdvectiveFreeComponentFlowBoundaryCondition>
26  BaseLib::ConfigTree const& config, MeshLib::Mesh const& bc_mesh,
27  NumLib::LocalToGlobalIndexMap const& dof_table, int const variable_id,
28  int const component_id, unsigned const integration_order,
29  std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters,
30  unsigned const global_dim, Process const& process,
31  unsigned const shapefunction_order);
32 
33 } // namespace ProcessLib
std::unique_ptr< HCNonAdvectiveFreeComponentFlowBoundaryCondition > createHCNonAdvectiveFreeComponentFlowBoundaryCondition(BaseLib::ConfigTree const &config, MeshLib::Mesh const &bc_mesh, NumLib::LocalToGlobalIndexMap const &dof_table, int const variable_id, int const component_id, unsigned const integration_order, std::vector< std::unique_ptr< ParameterLib::ParameterBase >> const &parameters, unsigned const global_dim, Process const &process, unsigned const shapefunction_order)