solve#

KrylovSolver.solve(freq_start, freq_end, freq_steps, ramped_load=True)[source]#

Reduce the system of equations and solve at each frequency.

This method uses a Krylov subspace to solve a reduced harmonic analysis over a specified frequency range for a given number of frequency points (intervals).

Parameters:
freq_startint

Starting value of the frequency range in Hz.

freq_endint

Ending value of the frequency range in Hz.

freq_stepsint

Number of intervals in the frequency range.

ramped_loadbool

Whether to use ramped load. If not, the load used is stepped (False). Defaults to True.

Returns:
AnsMath

Reduced solution over the frequency range.

Notes

Distributed Ansys restriction: This command is not supported in Distributed Ansys.