OGS
[tag] mesh

Name of the mesh where the source term will be applied.

The surface mesh must contain a nodal integer-valued field (unsigned 64bit) named bulk_node_ids, and a cell field named bulk_element_ids. These fields establish the mapping between the nodes of the surface mesh to the nodes in the bulk mesh.

Warning
It is not checked if the surface mesh and the bulk mesh correspond to each other; in particular it is not checked if surface and bulk nodes coincide and if surface elements coincide with the faces of bulk elements.

Additional info

From ProcessLib/ProcessVariable.cpp line 47

  • This is an optional parameter.
  • Data type: std::string
  • Expanded tag path: process_variables.process_variable.source_terms.source_term.mesh
  • Go to source code: → ogs/ogs/master

Used in the following test data files