由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - C++ object-oriented for CFD
相关主题
Programming with objectsreference book on interior-point methods
有推荐比较好的fortran 书吗?[转载] Absolute equantions in Linear Programming??
[help]should I switch from Matlab to C?有没有人上CONCEPTS IN PROGRAMMING LANGUAGE这门课?
什么是win xp 上最好的C programming environment?MATLAB function call too slow (转载)
Job opportunityi want to buy a C language program
help on nonlinear programming solver谁能推荐个好的programming board啊?
谁熟悉cplex的integer programming哪种 linux 支持 parallel programming?
Mixed Integer ProgrammingRedhat 和 红旗 linux 哪个更适合于 C programer??
相关话题的讨论汇总
话题: c++话题: cfd话题: oriented话题: object话题: fortran
进入Computation版参与讨论
1 (共1页)
f*******n
发帖数: 4
1
Anybody writing CFD code using C++ Object Oriented programing?
Could you explain the merits and demerits of
Object-Oriented Programming for CFD codes?
x*****u
发帖数: 3419
2
it's becoming better for scientific computation.
have a look at blitz++ which can be as fast as fortran.
and, you don't have to Object Oriented programe. C++!=OOP.

【在 f*******n 的大作中提到】
: Anybody writing CFD code using C++ Object Oriented programing?
: Could you explain the merits and demerits of
: Object-Oriented Programming for CFD codes?

f*******n
发帖数: 4
3
Thanks, XiaoZhu,
Yes, C++ would run faster than Fortran in the near future for
there are not too many people working on Fortran compiler these days.
The problem I am thinking is if I want to write CFD code in OO style,
How should I implement a class, a grid node or a domain.

【在 x*****u 的大作中提到】
: it's becoming better for scientific computation.
: have a look at blitz++ which can be as fast as fortran.
: and, you don't have to Object Oriented programe. C++!=OOP.

x*****u
发帖数: 3419
4
a domian could be a class that has functions like generate, locate... and
members like grid nodes or anything you need. It's actually a good way because
they are like globe variables in the class and safe to outside.

【在 f*******n 的大作中提到】
: Thanks, XiaoZhu,
: Yes, C++ would run faster than Fortran in the near future for
: there are not too many people working on Fortran compiler these days.
: The problem I am thinking is if I want to write CFD code in OO style,
: How should I implement a class, a grid node or a domain.

l*******G
发帖数: 1191
5

You can google and download OpenFOAM, it's entirely C++ and OO,

【在 f*******n 的大作中提到】
: Anybody writing CFD code using C++ Object Oriented programing?
: Could you explain the merits and demerits of
: Object-Oriented Programming for CFD codes?

1 (共1页)
进入Computation版参与讨论
相关主题
Redhat 和 红旗 linux 哪个更适合于 C programer??Job opportunity
如何修改linux PATH 以便programming?help on nonlinear programming solver
RealBasic Serial Programming的入门教材谁熟悉cplex的integer programming
一个quadratic programming的问题,请指教! (转载)Mixed Integer Programming
Programming with objectsreference book on interior-point methods
有推荐比较好的fortran 书吗?[转载] Absolute equantions in Linear Programming??
[help]should I switch from Matlab to C?有没有人上CONCEPTS IN PROGRAMMING LANGUAGE这门课?
什么是win xp 上最好的C programming environment?MATLAB function call too slow (转载)
相关话题的讨论汇总
话题: c++话题: cfd话题: oriented话题: object话题: fortran