代码搜索:CFD
找到约 1,483 项符合「CFD」的源代码
代码结果 1,483
www.eeworm.com/read/237003/13983449
cpp cfd.cpp
#include
BZ_USING_NAMESPACE(blitz)
/*
* The current implementation of stencil objects forces these variables
* to be placed in global scope. Ugh. This restriction will be removed
www.eeworm.com/read/354752/10327405
k boundary_cfd.k
*KEYWORD
*TITLE
BOUNDARY-PRESCRIBED-CFD-SET
*NODE
1 -4.00000000 -4.00000000
2 -3.65271926 -3.65271926
3 -3
www.eeworm.com/read/421570/10728881
cpp cfd eno格式.cpp
#include
#include
#include
#define T 0.5
#define h 1
void main()
{
int j,n;
int P=1000,M=100,G=80;
int i;
int k=2;
double ub[1000][2];
int is[1000];
www.eeworm.com/read/457033/7334830
m cfd3.m
clear all
L=1;
rho=1;
r=0.1;
N=50;
dx=L/N;
phia=4;
phib=1;
x=0:dx:L;
u=0.2;
phin1=(exp(rho*u*x/r)-1)*(phib-phia)/(exp(rho*u*L/r)-1)+phia;
u=3;
phin2=(exp(rho*u*x/r)-1)*(phib-phia)/(exp(r
www.eeworm.com/read/331480/12825686
m cfd3.m
clear all
L=1;
rho=1;
r=0.1;
N=50;
dx=L/N;
phia=4;
phib=1;
x=0:dx:L;
u=0.2;
phin1=(exp(rho*u*x/r)-1)*(phib-phia)/(exp(rho*u*L/r)-1)+phia;
u=3;
phin2=(exp(rho*u*x/r)-1)*(phib-phia)/(exp(r
www.eeworm.com/read/308548/13699808
h cfd_sysdep.h
www.eeworm.com/read/308548/13699811
h cfd_constants.h
C
C---- Useful integer constants
C
INTEGER IZERO, IONE, ITWO
PARAMETER (IZERO=0,IONE=1,ITWO=2)
C
C---- Useful real constants
C
REAL ZERO,ONE,TWO,THREE,FOUR,FIVE,SIX,EIGHT,T
www.eeworm.com/read/308548/13699812
h cfd_multizone.h
www.eeworm.com/read/308548/13699821
h cfd_env.h
www.eeworm.com/read/308548/13699824