ansys.mapdl.core.Mapdl.asol#

Mapdl.asol(lab='', opt='', **kwargs)#

Specifies the acoustic solver with scattered field formulation.

Mechanical APDL Command: ASOL

Parameters:
labstr

Acoustic solver specification (no default):

  • SCAT - Set acoustic solver to the scattered field formulation.

optstr

Option identifying an acoustic solver status:

  • OFF - Deactivate the specified acoustic solver (default).

  • ON - Activate the specified acoustic solver.

Notes

Use the asol command to activate the specified acoustic solution process.

The scattered option ( Lab = SCAT) sets the acoustic solver to the scattered-pressure field formulation.

Issue the awave command to define the incident pressure p inc. If the awave command is defined with Opt2 = INT, the acoustic solver is set to the scattered field formulation regardless of the asol command issued.