Milne Ando
Subscriber

hi,

the dummy UDF is written in p.3323 as follows:

#include "udf.h"

DEFINE_GRID_MOTION(dummy_motion, domain, dt, time, dtime)
{
    return;
}
hmm, should I substitute DEFINE_GRID_MOTION with DEFINE_CG_MOTION? (I have no idea)