Q3DACRLSettings#

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

Represents ACRL settings for Q3D simulations.

Methods

Attributes

Q3DACRLSettings.max_passes

obj:int:

Maximum number of mesh refinement cycles to perform.

Q3DACRLSettings.max_refine_per_pass

obj:float:

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

Q3DACRLSettings.min_converged_passes

obj:int:

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

Q3DACRLSettings.min_passes

obj:int:

Minimum number of mesh refinement cycles to perform.

Q3DACRLSettings.msg

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

Q3DACRLSettings.percent_error

float: Percent error during conduction adaptive passes.