buffalo_panel.config.SolverSpec

class buffalo_panel.config.SolverSpec(formulation='hess_smith', backend='python')[source]

Solver selection and backend controls.

Attributes

formulation

Potential-flow formulation requested by the case.

backend

Kernel backend selected from the kernel registry.

formulation: SolverFormulation

Potential-flow formulation requested by the case.

backend: str

Kernel backend selected from the kernel registry.