pyyeti.ode.SolveCDF.fsolve¶
- SolveCDF.fsolve(force, freq, incrb='dva', rf_disp_only=False)[source]¶
Solve frequency-domain modal equations of motion using uncoupled equations.
This routine simply calls
SolveUnc.fsolve()and only exists to provide this documentation (this is explained inSolveCDF). SeeSolveUnc.fsolve()for information on using this feature; just replace “SolveUnc” with “SolveCDF”.Note
Off-diagonal damping as forces is not implemented for the frequency domain. In that case (which is the only case where
SolveCDFis different fromSolveUnc),SolveUnc.fsolve()will raise aNotImplementedErrorexception.