lettuce icon indicating copy to clipboard operation
lettuce copied to clipboard

Problem in `Simulation.initialize_pressure`?

Open Olllom opened this issue 4 years ago • 1 comments

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
)

Olllom avatar Jan 14 '22 13:01 Olllom

@McBs did you ever deal with this again?

PhiSpel avatar Aug 01 '24 09:08 PhiSpel