33 std::cout <<
"ERROR: Strouhal filter only works for dim >= 2." << std::endl;
37 std::cout <<
" STROUHAL: Instance created." << std::endl;
42 std::cout <<
"STROUHAL NUMBER IN MD DOMAIN: " << calculateStrouhalNumber() << std::endl;
43#ifdef DEBUG_WRITE_TO_FILE
44 std::cout <<
" STROUHAL: Instance deconstructed." << std::endl;
51 double calculateStrouhalNumber();
53 std::vector<double> _v_y;
everything necessary for coupling operations, is defined in here
Definition AdditiveMomentumInsertion.h:15