crank case based two stroke testing

This commit is contained in:
max
2026-06-10 00:13:14 +02:00
parent 56e9c2867a
commit 16498f8041
4 changed files with 406 additions and 308 deletions

View File

@@ -27,6 +27,7 @@ namespace FluidSim.Components
/// <summary>Engine cycle length in radians. 4π = fourstroke, 2π = twostroke.</summary>
public float CycleLength { get; set; } = 4f * MathF.PI;
public float CrankAngleRad => CrankAngle;
public Crankshaft(float initialRPM = 400f)
{