Base ARF
- class osaft.solutions.base_arf.BaseARF[source]
Bases:
ABCBase class for the Acoustic Radiation Force that defines the common interface.
- abstract compute_arf()[source]
Returns the value for the ARF in Newton [N]. This method must be implemented by every theory to have a common interface for other modules.
- Return type
float
- __weakref__
list of weak references to the object (if defined)