working helmholtz
This commit is contained in:
@@ -149,6 +149,7 @@ namespace FluidSim.Core
|
||||
public int GetPipeEnd(int pipeIdx) => _pipeEnd[pipeIdx];
|
||||
public float GetCellPressure(int i) => _p[i];
|
||||
public float GetCellDensity(int i) => _rho[i];
|
||||
public float GetCellDx(int i) => _dx[i];
|
||||
public float GetCellVelocity(int i)
|
||||
{
|
||||
float rho = _rho[i];
|
||||
|
||||
Reference in New Issue
Block a user