From 933d53775cc277624cccabd86f611cb7311cf4ed Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Sat, 11 May 2019 10:57:10 -0700 Subject: [PATCH] Update the file name where we put the user drag routine. --- docs/source/InputsDrag.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/InputsDrag.rst b/docs/source/InputsDrag.rst index 57d5dd5..6dbb7cf 100644 --- a/docs/source/InputsDrag.rst +++ b/docs/source/InputsDrag.rst @@ -25,8 +25,8 @@ If the user wishes to use their own drag model, they must * specify :cpp:`mfix.drag_type = UserDrag` in the inputs file - * provide the code in the ComputeDragUser routine in des_drag_K.H to define the coefficient. - + * provide the code in the ComputeDragUser routine in a local usr_drag.cpp file. + An example can be found in tests/DEM06-x. With the variables defined as follows: -- GitLab