PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
Loading...
Searching...
No Matches
Theory and Numerics

This section describes the mathematical models and numerical methods implemented in PICurv.

Governing Equations

  • Incompressible Navier-Stokes Equations...
  • Lagrangian Particle Dynamics...

Numerical Methods

  • Flow Solver: A fractional-step projection method...
  • LES Model: The dynamic Smagorinsky model...
  • Particle Coupling:
    • Interpolation (Grid → Particle): Trilinear interpolation.
    • Deposition (Particle → Grid): Conservative face-based projection.

*/