##############################################################################
#
#  Poiseuille flow tutorial
#
##############################################################################

N_cycles 10000

##############################################################################
#
#  System and MPI
# 
##############################################################################

size 64_1_1
grid 4_1_1

periodicity 0_1_1

##############################################################################
#
#  Fluid parameters
#  
##############################################################################

viscosity 0.833333
force 0_0.00001_0
isothermal_fluctuations off
#temperature 0.0000001

##############################################################################
#
#  Free energy parameters
#
###############################################################################

free_energy none

###############################################################################
#
#  Colloid parameters
#
###############################################################################

colloid_init none

###############################################################################
#
#  Walls / boundaries
#
###############################################################################

boundary_walls 1_0_0

###############################################################################
#
#  Output frequency and type
#
###############################################################################

freq_vel    1000
vel_format  ASCII

freq_statistics 100
config_at_end yes

###############################################################################
#
#  Miscellaneous
#
#  random_seed  +ve integer is the random number generator seed
#
###############################################################################

random_seed 8361235
