crank case based two stroke testing
This commit is contained in:
@@ -27,6 +27,7 @@ namespace FluidSim.Components
|
||||
|
||||
/// <summary>Engine cycle length in radians. 4π = four‑stroke, 2π = two‑stroke.</summary>
|
||||
public float CycleLength { get; set; } = 4f * MathF.PI;
|
||||
public float CrankAngleRad => CrankAngle;
|
||||
|
||||
public Crankshaft(float initialRPM = 400f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user