gs.options.SFOptions#
- class genesis.options.solvers.SFOptions(*, dt: float | None = None, res: int = 128, solver_iters: int = 500, decay: float = 0.99, T_low: float = 1.0, T_high: float = 0.0, inlet_pos: tuple[float, float, float] = (0.6, 0.0, 0.1), inlet_vel: tuple[float, float, float] = (0.0, 0.0, 1.0), inlet_quat: tuple[float, float, float, float] = (1.0, 0.0, 0.0, 0.0), inlet_s: float = 400.0) None[source]#
Options configuring the SFSolver.
- Parameters:
dt (float, optional) – Time duration for each simulation step in seconds. If none, it will inherit from SimOptions. Defaults to None.