RASPHEulerianSolution#
- class ansys.rocky.app.ra_sph_eulerian_solution.RASPHEulerianSolution(id: str, model_id: str | None = None)#
Bases:
ansys.rocky.app.api_element_item.ApiElementItem,ansys.rocky.app._ra_subject_with_coloring_mixin._RASubjectWithColoringMixinRocky PrePost Scripting wrapper for SPH Eulerian Solution properties.
This wrapper corresponds to the “Eulerian Solution” item on a project’s data tree. Access it from the
RAStudywith:eulerian_solution = study.GetSphEulerianSolution()
Overview#
Delegates the method to the project sph settings. |
|
Delegate the method to the project sph settings. |
|
Set the value of “Eulerian Solution” to True. |
|
Set the value of “Eulerian Solution” to False. |
|
Check if the “Eulerian Solution” is enabled. |
Import detail#
from ansys.rocky.app.ra_sph_eulerian_solution import RASPHEulerianSolution
Method detail#
- classmethod RASPHEulerianSolution.GetWrappedClass()#
- RASPHEulerianSolution.GetEulerianSolutionEnabled() bool#
Delegates the method to the project sph settings.
- RASPHEulerianSolution.SetEulerianSolutionEnabled(value: bool) None#
Delegate the method to the project sph settings.
- Parameters:
value – The value to set.