tidy3d.VolumeMesher#

class VolumeMesher[source]#

Bases: Tidy3dBaseModel

Specification for a standalone volume mesher.

Parameters:
  • simulation (HeatChargeSimulation) – HeatCharge simulation instance for the mesh specification.

  • monitors (tuple[VolumeMeshMonitor, …] = ()) – List of monitors to be used for the mesher.

Attributes

Methods

validate_pre_upload()

Validate the VolumeMesher before uploading to the cloud.

simulation#
monitors#
validate_pre_upload()[source]#

Validate the VolumeMesher before uploading to the cloud. Currently no validation but method is required when calling web.upload.