pyopensn.logvol.SurfaceMeshLogicalVolume
- class pyopensn.logvol.SurfaceMeshLogicalVolume
Surface mesh logical volume.
Wrapper of
opensn::SurfaceMeshLogicalVolume
.- Inside(self: pyopensn.logvol.LogicalVolume, point: pyopensn.math.Vector3) bool
Check if a point is inside or outside the logical volume.
- __init__(self: pyopensn.logvol.SurfaceMeshLogicalVolume, **kwargs) None
Construct a surface mesh logical volume.
- Parameters:
surface_mesh (pyopensn.mesh.SurfaceMesh) – Associated surface mesh.