lettuce
lettuce copied to clipboard
Problem in `Simulation.initialize_pressure`?
TGV2D with initialize_pressure seems to produce larger errors than without.
ctx = {"device": torch.device("cuda:0"), "dtype": torch.float64, "use_native": False}
lattice = lt.Lattice(lt.D2Q9, **ctx)
flow = lt.TaylorGreenVortex2D(
resolution=32,
reynolds_number=1000,
mach_number=0.05,
lattice=lattice
)
@McBs did you ever deal with this again?