Q3DDCRLSettings#

class ansys.edb.core.simulation_setup.q3d_simulation_settings.Q3DDCRLSettings(sim_setup)#

Represents DCRL settings for Q3D simulations.

Methods

Attributes

Q3DDCRLSettings.max_passes

obj:int:

Maximum number of mesh refinement cycles to perform.

Q3DDCRLSettings.max_refine_per_pass

obj:float:

How many tetrahedra are added at each iteration of the adaptive refinement process.

Q3DDCRLSettings.min_converged_passes

obj:int:

Minimum number of passes that must meet convergence criteria before the simulation stops.

Q3DDCRLSettings.min_passes

obj:int:

Minimum number of mesh refinement cycles to perform.

Q3DDCRLSettings.msg

EDBObjMessage: Protobuf message that represents this object's ID.

Q3DDCRLSettings.percent_error

float: Percent error during conduction adaptive passes.

Q3DDCRLSettings.solution_order

Q3DSolutionOrder: Inductance adaptive solution accuracy.