RMPCDMD
|
Go to the source code of this file.
Functions/Subroutines | |
program | poiseuille_flow |
Simulate a forced flow between two plates. More... | |
program poiseuille_flow | ( | ) |
Simulate a forced flow between two plates.
Consider a pure fluid under a constant acceleration in the x-direction. Confining plates, modeled as Bounce-back boundary conditions are used in the z-direction in addition to ghost cells for the collisions near the walls.
L | length of simulation box in the 3 dimensions |
g | strength of the constant acceleration in x |
rho | fluid number density |
T | Temperature. Used for setting initial velocities, for wall thermostatting and (if enabled) bulk thermostatting. |
tau | MPCD collision time |
alpha | MPCD collision angle |
thermostat | whether to enable bulk thermostatting |
do_hydro | whether to conserve momentum cell-wise |
N_therm | number of unsampled thermalization MPCD timesteps |
N_loop | number of MPCD timesteps |
Definition at line 22 of file poiseuille_flow.f90.