Skip to content
Snippets Groups Projects
Commit ab3f03b7 authored by Cameron Stewart's avatar Cameron Stewart
Browse files

add test to cmake and import temp prm file

parent 3b27c0f4
Branches
Tags
No related merge requests found
...@@ -62,6 +62,8 @@ waLBerla_execute_test( NAME PermeabilityTest_TRT_64_8 COMMAND $<TARGET_FILE:Perm ...@@ -62,6 +62,8 @@ waLBerla_execute_test( NAME PermeabilityTest_TRT_64_8 COMMAND $<TARGET_FILE:Perm
waLBerla_compile_test( FILES initializer/PdfFieldInitializerTest.cpp ) waLBerla_compile_test( FILES initializer/PdfFieldInitializerTest.cpp )
waLBerla_execute_test( NAME PdfFieldInitializerTest COMMAND $<TARGET_FILE:PdfFieldInitializerTest> ${CMAKE_CURRENT_SOURCE_DIR}/PdfFieldInitializerTest.prm PROCESSES 4 CONFIGURATIONS Release RelWithDbgInfo ) waLBerla_execute_test( NAME PdfFieldInitializerTest COMMAND $<TARGET_FILE:PdfFieldInitializerTest> ${CMAKE_CURRENT_SOURCE_DIR}/PdfFieldInitializerTest.prm PROCESSES 4 CONFIGURATIONS Release RelWithDbgInfo )
waLBerla_compile_test( FILES SuViscoelasticityTest.cpp DEPENDS field blockforest timeloop)
waLBerla_execute_test( NAME SuViscoelasticityTest COMMAND $<TARGET_FILE:SuViscoelasticityTest> ${CMAKE_CURRENT_SOURCE_DIR}/Su.prm )
# Code Generation # Code Generation
waLBerla_compile_test( FILES codegen/SrtWithForceFieldModel.gen.py waLBerla_compile_test( FILES codegen/SrtWithForceFieldModel.gen.py
......
Parameters
{
eta_s 0.5;
timesteps 1000;
force 0.00001;
lambda_p 30.0;
eta_p 0.5;
period 1;
baseFolder vtk_out;
writePeriod 1;
checkpointFrequency 1000;
remainingTimeLoggerFrequency 6.0; // in seconds
}
DomainSetup
{
blocks < 3,3,1 >;
cartesianSetup false;
cellsPerBlock < 10,10, 1 >;
periodic < 1, 0, 0 >;
}
StabilityChecker
{
checkFrequency 1;
streamOutput false;
vtkOutput true;
}
Boundaries
{
Border { direction N,S; walldistance -1; NoSlip {} }
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment