ogs5py.fileclasses.gli.generator.radial

ogs5py.fileclasses.gli.generator.radial(dim=3, ori=(0.0, 0.0, 0.0), angles=16, rad_out=10.0, rad_in=None, z_size=-1.0, name_out='boundary', name_in='well')[source]

Generate a radial boundary for a grid in 2D or 3D.

Parameters:
  • dim (int, optional) – Dimension of the resulting mesh, either 2 or 3. Default: 3

  • ori (list of float, optional) – Origin of the mesh Default: [0.0, 0.0, 0.0]

  • angles (int, optional) – Number of angles. Default: 16

  • rad_out (float, optional) – Radius of the outer boundary, Default: 10.

  • rad_out (float or None, optional) – Radius of the inner boundary if needed. (i.e. the well)

  • z_size (float, optional) – size of the mesh in z-direction

  • name_out (str, optional) – Name of the outer boundary. In 3D there will be as many surfaces as angles are given. Their names are generated by adding the angle number: “_0”, “_1”, … Default: “boundary”

  • name_in (str, optional) – Name of the inner boundary. In 3D there will be as many surfaces as angles are given. Their names are generated by adding the angle number: “_0”, “_1”, … Default: “well”

Returns:

result

Return type:

gli