GithubHelp home page GithubHelp logo

mingtaoli / ccfdv3.0 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from parallelccfd/ccfdv3.0

0.0 0.0 0.0 2.71 MB

CCFDV3.0 is an open-source written in fortran for the analysis of CFD problems on structured meshes (CGNS format). 用户手册详见doc/文件夹中,编译方法详见README文件。修改了兰氏温度和开氏温度转换错误。

License: GNU Lesser General Public License v2.1

Fortran 97.20% Makefile 2.80%

ccfdv3.0's Introduction

CCFDV3.0

CCFDV3.0 is an open-source written in fortran for the analysis of partial differential equations(PDEs) problems on structured meshes (CGNS format).

CCFDV3.0 in build/CCFD_MPI/Makefile or build/CCFD_SEQ/Makefile:

OBJS_DIR = obj/ EXE_DIR = bin/

EXE = CCFD_MPI FC = mpif90 IDIR = -I/home/ccfd/cgns/include -I/home/ccfd/metis/include CFLAGS = -r8 -Wall -O2 -w -DDEBUG LFLAGS = LIBS = -L/home/ccfd/cgns/lib -lcgns -L/home/ccfd/metis/lib -lmetis

VPATH = $(SRC_DIR_F90d1):$(OBJS_DIR):$(SRC_DIR_F90d2):$(OBJS_DIR):$(SRC_DIR_F90d3):$(OBJS_DIR):$(SRC_DIR_F90d4):$(OBJS_DIR):$(SRC_DIR_F90d5):$(OBJS_DIR):$(SRC_DIR_F90d6):$(OBJS_DIR):$(SRC_DIR_F90d7):$(OBJS_DIR):$(SRC_DIR_F90d8):$(OBJS_DIR):$(SRC_DIR_F90d9):$(OBJS_DIR):$(SRC_DIR_F90d10):$(OBJS_DIR):$(SRC_DIR_F90d11):$(OBJS_DIR) OBJS = $(addprefix $(OBJS_DIR), $(OBJS_F90d1) $(OBJS_F90d2) $(OBJS_F90d3) $(OBJS_F90d4) $(OBJS_F90d5) $(OBJS_F90d6) $(OBJS_F90d7) $(OBJS_F90d8) $(OBJS_F90d9) $(OBJS_F90d10) $(OBJS_F90d11)) @ echo "========================CCFDV3.0 complier done =========================================" @ echo "================You can see the application at CCFDV3.0/build/bin/CCFDV3_SEQ ===========" @ echo "==========YOU CAN COPY THE APPLICATION TO THE COMPUTING FILE OR LINE TO THE FILES =====" all : $(EXE)

#we need cgns and Metis lib and -lcgns -lmetis #so you can edit the path at Makefile

#make the ccfdv3.0 install

make all #or make #make the ccfdv3.0 uninstall make clean

#you can delete the -DPMPI when you want complier the ccfd_seq in a host processor computing!

PS1:2019年1月8日10:55:19 修改了开式温度和兰金温度的转换错误。

ccfdv3.0's People

Contributors

parallelccfd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.