wiki:public/doc/by_ext/st/S_geo_type
Last modified 3 years ago Last modified on 08/05/15 10:13:03

Description

The input of ST has been prepared for 1D, 2D and 3D models and allows source terms to assign to predefined surfaces, polylines or points.

Parameters

The parameters, i.e. the type (char) and name (char) of the geometric object, are defined in the subsequent line below the keyword. The following geometry types are supported:

  • POINT gli_point_name (assigns a specific value (see $DIS_TYPE) to the mesh node which is closest to the point with the name "gli_point_name")
  • POLYLINE gli_polyline_name (assigns specific values (see $DIS_TYPE) to the mesh nodes which are located along the polyline with the name "gli_polyline_name")
  • SURFACE gli_surface_name (assigns specific values (see $DIS_TYPE) to the mesh nodes which are located on the surface with name "gli_surface_name")
  • VOLUME gli_volume_name (not supported and not benchmarked) (TODO check)
  • DOMAIN (assigns specific values (see $DIS_TYPE) to each mesh node of the whole model domain (e.g. used in some mass transport benchmarks))