PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  include
 AnalyticalSolution.h
 BC_Handlers.h
 Boundaries.h
 grid.hPublic interface for grid, solver, and metric setup routines
 implicitsolvers.h
 initialcondition.h
 interpolation.h
 io.hPublic interface for data input/output routines
 logging.hLogging utilities and macros for PETSc-based applications
 Metric.h
 ParticleMotion.h
 ParticleSwarm.hHeader file for Particle Motion and migration related functions
 poisson.h
 postprocessing_kernels.h
 postprocessor.h
 rhs.h
 setup.h
 simulation.h
 solvers.h
 variables.hMain header file for a complex fluid dynamics solver
 vtk_io.h
 walkingsearch.hHeader file for particle location functions using the walking search algorithm
 wallfunction.h
 pages
  src
 Boundaries.c
 grid.c
 implicitsolvers.c
 initialcondition.c// Setup the Initial conditions for different cases
 interpolation.c
 io.cImplementation of data input/output routines, focusing on grid configuration
 logging.c
 Metric.c
 ParticleMotion.c
 ParticleSwarm.c
 picsolver.c
 poisson.c
 postprocessing_kernels.c
 postprocessor.cPhase 2 implementation of the post-processing tool
 rhs.c
 setup.c// Setup code for running any simulation
 simulation.c// code for simulation loop
 solvers.c
 vtk_io.c
 walkingsearch.c
 wallfunction.c