Q3DCGSettings#

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

Represents CG settings for Q3D simulations.

Methods

Attributes

Q3DCGSettings.auto_incr_sol_order

obj:bool:

Whether to automatically increase accuracy.

Q3DCGSettings.compression_tol

obj:float:

Compression tolerance value.

Q3DCGSettings.max_passes

obj:int:

Maximum number of mesh refinement cycles to perform.

Q3DCGSettings.max_refine_per_pass

obj:float:

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

Q3DCGSettings.min_converged_passes

obj:int:

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

Q3DCGSettings.min_passes

obj:int:

Minimum number of mesh refinement cycles to perform.

Q3DCGSettings.msg

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

Q3DCGSettings.percent_error

float: Percent error during conduction adaptive passes.

Q3DCGSettings.solution_order

Q3DSolutionOrder: Adaptive solution accuracy.

Q3DCGSettings.solver_type

SolverType: Q3D solver type.