Skip to content
Snippets Groups Projects
Commit 82c21746 authored by Sören Peters's avatar Sören Peters
Browse files

Merge branch 'feature/clean-cpu-core' into 'develop'

[CPU] Clean CPU core

See merge request irmb/VirtualFluids_dev!298
parents 188b4f0d 429f57a3
No related branches found
No related tags found
1 merge request!298[CPU] Clean CPU core
Showing
with 0 additions and 15403 deletions
echo none
timestep ${t_step}
# thermo settings
fix ts all check/timestep/gran 10000 0.1 0.1
compute 1 all erotate/sphere
thermo_style custom step atoms ke c_1 f_ts[1] f_ts[2] cpu
thermo 10000
thermo_modify lost ignore norm no flush yes
compute_modify thermo_temp dynamic yes
# particle dump
variable dmp_fname string ${dmp_dir}d_*.liggghts
#dump dmp all custom ${dmp_stp} ${dmp_fname} &
# id type type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius
#dump dmp all custom ${dmp_stp} ${dmp_dir}d_*.liggghts &
# id type type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius
dump dmp all custom/vtk ${dmp_stp} ${dmp_dir}/liggghts/atom_*.vtk id type type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius
echo none
\ No newline at end of file
PROJECT(Multiphase)
vf_add_library(BUILDTYPE binary PRIVATE_LINK cpu_core basics ${MPI_CXX_LIBRARIES} MultiphaseFlow FILES Multiphase.cpp )
This diff is collapsed.
This diff is collapsed.
pathname = d:/temp/JetBreakup
#pathGeo = d:/Projects/VirtualFluids-Multiphase/source/Applications/Multiphase/backup
pathGeo = d:/Projects/VirtualFluidsCombined/apps/cpu/Multiphase/backup
#geoFile = JetBreakupR.ASCII.stl
#geoFile = inlet1.stl
geoFile = tubeTransformed.stl
numOfThreads = 1
availMem = 10e9
#Grid
#boundingBox = -1.0 121.0 0.5 629.0 -1.0 121.0 #(Jet Breakup) (Original with inlet length)
#boundingBox = -60.5 60.5 -1.0 -201.0 -60.5 60.5 #(Jet Breakup2) (Original without inlet length)
#blocknx = 22 20 22
#boundingBox = -60.5 60.5 -1.0 -101.0 -60.5 60.5 #(Jet Breakup2) (Original without inlet length)
#blocknx = 22 20 22
#boundingBox = -40 40 -1.0 -21.0 -40 40 #(Jet Breakup2) (Original without inlet length)
#boundingBox = -40 40 1.0 11.0 -40 40 #(Jet Breakup2) (Original without inlet length)
#boundingBox = -40e-3 40e-3 1.0e-3 11.0e-3 -403-3 40e-3 #(Jet Breakup2) (Original without inlet length)
#blocknx = 20 20 20
#boundingBox = 6.0e-3 46.0e-3 -5e-3 5e-3 -5e-3 5e-3
#blocknx = 20 20 20
boundingBox = 0 9 0 9 0 9
blocknx = 10 10 10
dx = 1 #1.66666666667e-4
refineLevel = 0
#Simulation
uLB = 0.005 #inlet velocity
#uF2 = 0.0001
Re = 10
nuL =1e-3# 1.0e-5 #!1e-2
nuG =1e-6# 1.16e-4 #!1e-2
densityRatio = 1000
sigma = 0 #1e-5 #4.66e-3 #surface tension 1e-4 ./. 1e-5
interfaceWidth = 5
radius = 615.0 (Jet Breakup)
contactAngle = 110.0
gravity = 0.0
#gravity = -5.04e-6
phi_L = 0.0
phi_H = 1.0
Phase-field Relaxation = 0.6
Mobility = 0.02 # 0.01 ./. 0.08, fine correction of Phase-field Relaxation parameter, to activate it need to change in kernel tauH to tauH1
logToFile = false
newStart = true
restartStep = 100000
cpStart = 100000
cpStep = 100000
outTime = 1
endTime = 10000
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
File deleted
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
This diff is collapsed.
File deleted
This diff is collapsed.
File deleted
This diff is collapsed.
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment