Back to home page

darwin3

 
 

    


File indexing completed on 2024-12-17 18:37:47 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
d6c8672c92 Jean*0001 C     *==========================================================*
                0002 C     | PP81_OPTIONS.h
                0003 C     | o CPP options file for PP81 package.
                0004 C     *==========================================================*
                0005 C     | Use this file for selecting options within the PP81
                0006 C     | package.
                0007 C     *==========================================================*
08be60903a Mart*0008 
                0009 #ifndef PP81_OPTIONS_H
                0010 #define PP81_OPTIONS_H
                0011 #include "PACKAGES_CONFIG.h"
d6c8672c92 Jean*0012 #include "CPP_OPTIONS.h"
08be60903a Mart*0013 
                0014 #ifdef ALLOW_PP81
d6c8672c92 Jean*0015 C     Package-specific Options & Macros go here
08be60903a Mart*0016 
                0017 C o Allow lower bound for viscosity and diffusivity
                0018 #undef ALLOW_PP81_LOWERBOUND
                0019 
                0020 C o When set, smooth Richardson number
                0021 #undef PP81_SMOOTH_RI
                0022 
                0023 #endif /* ALLOW_PP81 */
                0024 #endif /* PP81_OPTIONS_H */