inline 4 testing
This commit is contained in:
@@ -16,7 +16,7 @@ namespace FluidSim.Core
|
||||
private double _dt;
|
||||
|
||||
/// <summary>CFL target for sub‑stepping (0.3‑0.8). Lower values are safer for shocks.</summary>
|
||||
public double CflTarget { get; set; } = 0.8;
|
||||
public double CflTarget { get; set; } = 0.9;
|
||||
|
||||
// ---------- Timing accumulators (reset every LogInterval steps) ----------
|
||||
private long _stepCount;
|
||||
|
||||
Reference in New Issue
Block a user