Vorticity-based refinement

Name

Vorticity-based refinement -- Adapting cells depending on the local vorticity

Synopsis


#include <gfs.h>


#define     GFS_ADAPT_VORTICITY             (obj)
#define     GFS_IS_ADAPT_VORTICITY          (obj)

struct      GfsAdaptVorticity;

GfsEventClass* gfs_adapt_vorticity_class    (void);

Description

GfsAdaptVorticity computes the "adaptive cell cost" as the norm of the local vorticity vector multiplied by the cell size and divided by the maximum of the velocity norm over the whole domain.

The syntax in parameter files is as follows:

[ GfsAdapt ]

Details

GFS_ADAPT_VORTICITY()

#define     GFS_ADAPT_VORTICITY(obj)

obj :


GFS_IS_ADAPT_VORTICITY()

#define     GFS_IS_ADAPT_VORTICITY(obj)

obj :


struct GfsAdaptVorticity

struct GfsAdaptVorticity {

};


gfs_adapt_vorticity_class ()

GfsEventClass* gfs_adapt_vorticity_class    (void);

Returns :