MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / computeViscosity

Method computeViscosity

SPlisHSPlasH/FluidModel.cpp:423–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void FluidModel::computeViscosity()
424{
425 if (m_viscosity)
426 m_viscosity->step();
427}
428
429void FluidModel::computeVorticity()
430{

Callers 1

Calls 1

stepMethod · 0.45

Tested by

no test coverage detected