Skip to content
Snippets Groups Projects
Commit f57fdfec authored by Hkorb's avatar Hkorb
Browse files

minor consistency update

parent 5ef69716
No related branches found
No related tags found
1 merge request!84Python bindings, amd, actuator line
from pyfluids import Simulation
from pyfluids.boundaryconditions import NoSlipBoundaryCondition, VelocityBoundaryCondition
from pyfluids.geometry import GbCuboid3D
from pyfluids.kernel import LBMKernel, KernelType
from pyfluids.parameters import GridParameters, PhysicalParameters, RuntimeParameters
from pyfluids.writer import Writer, OutputFormat
from pyfluids.cpu import Simulation
from pyfluids.cpu.boundaryconditions import NoSlipBoundaryCondition, VelocityBoundaryCondition
from pyfluids.cpu.geometry import GbCuboid3D
from pyfluids.cpu.kernel import LBMKernel, KernelType
from pyfluids.cpu.parameters import GridParameters, PhysicalParameters, RuntimeParameters
from pyfluids.cpu.writer import Writer, OutputFormat
from pymuparser import Parser
runtime_params = RuntimeParameters()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment