Skip to content
Snippets Groups Projects
Commit c866763d authored by Hussein Alihussein's avatar Hussein Alihussein
Browse files

Add TPMSRow as a new application

parent 174ec833
No related branches found
No related tags found
1 merge request!199Add new BCs and geometries
......@@ -83,4 +83,6 @@ ENDIF()
#add_subdirectory(Applications/OrganPipe)
#add_subdirectory(Applications/LidDrivenCavity)
if(BUILD_USE_BOOST)
add_subdirectory(${APPS_ROOT_CPU}/TPMSRow)
endif()
PROJECT(TPMSRow)
vf_add_library(BUILDTYPE binary PRIVATE_LINK VirtualFluidsCore muparser basics ${MPI_CXX_LIBRARIES} FILES TPMSRow.cpp )
vf_get_library_name (library_name)
#target_include_dires(${library_name} PRIVATE ${APPS_ROOT_CPU})
#target_include_dires(${library_name} PRIVATE "/cluster/lib/boost/1.63.0/gcc")
target_include_directories(${library_name} PRIVATE ${APPS_ROOT_CPU})
#target_include_directories(${library_name} PRIVATE "/cluster/lib/boost/1.63.0/gcc/include/")
pathname = E:\SimulationsResults\TPMSRow
#pathname = C:\temp\TPMSRow
#pathname = /mnt/c/temp/TPMSRow
numOfThreads = 1
availMem = 15e10
refineLevel = 0
#Grid
length =0.025 0.01 0.01
blocknx = 25 50 50
#dx =0.000050000000000000000000000000000000
dx=0.0001
#Geometry
UnitEdgeLength=0.01
TPMSL = 0.01 0.01 0.01
TPMSOrigin = 0 0 0
gridCubeOrigin = -0.005 0 0
#Simulation
nu = 0.0001523579766536965
Re = 6563.489631218715
Re0 = 6563.489631218715
timeAvStart = 300
timeAvStop = 1500
beginTime = 0
outTime = 100
endTime = 200
logToFile = false
newStart = true
restartStep = 1200000
cpStart = 1200000
cpStep = 1200000
This diff is collapsed.
......@@ -21,4 +21,8 @@ IF(MSVC)
target_compile_definitions(${library_name} PUBLIC NOMINMAX) # Disable Min/Max-Macros
ENDIF(MSVC)
if(BUILD_USE_BOOST)
target_link_libraries(${library_name} PRIVATE Boost::boost)
endif()
vf_add_tests()
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