•
|
In the Time Dependent study step, under the Adaptation section, select Adaptive mesh refinement. Then generate the default solver sequence.
|
•
|
Expand the solver tree and go to the Adaptive Mesh Refinement node. Some changes need to be done here. For the Adaptation method select General modifications. Do not enable Allow coarsening as the mesh needs to resolve the fundamental frequency. Finally, update the Error indicator expression to use the pressure gradient norm. In a 2D axisymmetric model the expression is sqrt(comp1.pr^2+comp1.pz^2) and in a 3D model the expression is sqrt(comp1.px^2+comp1.py^2+comp1.pz^2).
|
•
|
For highly localized signals, where the mesh adaptation generates a localized region with small elements, it can also be advantageous to switch from the default Runge-Kutta (RK4) solver method to the Adams-Bashforth 3 (local) method.
|
For an example of a nonlinear problem with pulse propagation that uses mesh adaptation see the High-Intensity Focused Ultrasound (HIFU) Propagation Through a Tissue Phantom tutorial model. Application Library path Acoustics_Module/Nonlinear_Acoustics/hifu_tissue_sample
|