added 4 cyl

This commit is contained in:
max
2026-05-08 00:38:26 +02:00
parent b7a40217db
commit f275937abb
7 changed files with 374 additions and 66 deletions

View File

@@ -18,6 +18,7 @@ namespace FluidSim.Components
public double Area { get; }
public double DampingMultiplier { get; set; } = 10.0;
public double EnergyRelaxationRate { get; set; } = 5.0; // 1/s
public string Name = "Pipe";
private double _ambientPressure = 101325.0;
public double AmbientPressure