Droplet Lagrangian Transient One-dimensional Reacting Code
Implementation of both liquid and gas phase governing equations.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- # The set of languages for which implicit dependencies are needed:
- set(CMAKE_DEPENDS_LANGUAGES
- "CXX"
- )
- # The set of files for implicit dependencies of each language:
- set(CMAKE_DEPENDS_CHECK_CXX
- "/backup/weiye/src_binary_droplet_COPY/src/UserData.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/UserData.cpp.o"
- "/backup/weiye/src_binary_droplet_COPY/src/gridRoutines.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/gridRoutines.cpp.o"
- "/backup/weiye/src_binary_droplet_COPY/src/main.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/main.cpp.o"
- "/backup/weiye/src_binary_droplet_COPY/src/parse.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/parse.cpp.o"
- "/backup/weiye/src_binary_droplet_COPY/src/residue.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/residue.cpp.o"
- "/backup/weiye/src_binary_droplet_COPY/src/solution.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/solution.cpp.o"
- )
- set(CMAKE_CXX_COMPILER_ID "GNU")
-
- # The include file search paths:
- set(CMAKE_CXX_TARGET_INCLUDE_PATH
- "../include"
- "/opt/scientific/cantera-2.4_gnu_blas/include"
- "/opt/scientific/sundials-3.1.1_intel_mkl/include"
- "/usr/include/gsl"
- "/backup/weiye/CoolProp/include"
- "/backup/weiye/fmt/include"
- "/backup/weiye/eigen-3.4.0"
- )
-
- # Targets to which this target links.
- set(CMAKE_TARGET_LINKED_INFO_FILES
- )
-
- # Fortran module output directory.
- set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|