文章列表
 
您正在查看 "数值分析" 分类下的文章

2008-05-27 15:46
KB、KE: 待划分线的定向关键点起始、终止号
SECNUM: 截面类型号
u SECPLOT,SECID,MESHKEY 画梁截面的几何形状及网格划分
SECID:由SECTYPE命令分配的截面编号
MESHKEY:0:不显示网格划分
1:显示网格划分
u /ESHAPE, SCALE 按看似固体化分的形式显示线、面单元
SCALE: 0:简单显示线、面单元
1:使用实常数显示单元形状
u esurf, xnode, tlab, sha
 
2008-05-27 15:45
Command

VSBV, NV1, NV2, SEPO, KEEP1, KEEP2 — Subtracts volumes from volumes,用于2个solid相减操作,最终目的是要nv1-nv2=?通过后面的参数设置,可以得到很多种情况:sepo项是2个体的边界情况,当缺省的时候,是表示2个体相减后,其边界是公用的,当为sepo的时候,表示相减后,2个体有各自的独立边界。keep1与keep2是询问相减后,保留哪个体?当第一个为keep时,保留nv1,都缺省的时候,操作结果最
 
2008-05-26 22:21
 在进行产品设计时,经常会涉及到公式曲线、曲面的绘制,而一般的设计人员使用的方法比较复杂,不利于掌握和使用。本文介绍了一种结合MATLAB和Excel在AutoCAD中精确绘制各种公式曲线、曲面的技巧,而通过这种方法绘制的曲线、曲面不是插图,而是实际绘出的AutoCAD图元。

一、引言 中国塑料模具网

    用AutoCAD绘制平面公式曲线如渐开线、心形线)、空间公式曲线如螺旋线)以

 
2008-05-07 23:06

#include "udf.h"
#include "sg_mphase.h"
#define T_SAT 373 /*定义饱和温度*/
#define LAT_HT 1.e3 /*定义水蒸汽潜热*/

DEFINE_SOURCE(liq_src, cell, pri_th, dS, eqn) /*定义液相源项*/
{

Thread *mix_th, *sec_th; /*混合相、第二相*/
real m_dot_l; /*蒸发冷凝速率*/

mix_th = THREAD_SUPER_THREAD(pri_th);
sec_th = THREAD_SUB_THREAD(mix_th, 1);

if(C_T(cell, mix_th)>=T_SAT){
    m_dot_l = -0.1*

 
2008-05-07 23:05

#include "udf.h" /*包括常规宏

#include "sg_mphase.h" /*包括体积分数宏CVOF(C,T)

#define T_SAT 373    /*定义蒸发温度100℃*/

#define LAT_HT 1.e3   /*定义蒸发潜热J/Kg*/

DEFINE_SOURCE(liq_src, cell, pri_th, dS, eqn) /*液相质量源项UDF*/

{

Thread *mix_th, *sec_th; /*定义计算区线指针*/

real m_dot_l; /*定义液相质量转移 kg/(m2.s)*/

mix_th = THREAD_SUPER_THREAD(pri_th);

 
2008-05-07 23:04

#include "udf.h"
#include "sg_mphase.h"
#define T_con 373.15 /*液化温度*/
#define T_frost 273.15 /*凝固温度*/

/*计水蒸气在液化温度下变成水*/
DEFINE_MASS_TRANSFER(gas_liq_source,cell,thread,from_index,from_species_index, to_index, to_species_index)
{
real m_lg;
Thread *gas = THREAD_SUB_THREAD(thread, from_index);
Thread *liq = THREAD_SUB_THREAD(thread, to_index);
m_lg = 0.;
if (C_T(cell, liq) >= T_con)
{

 
2008-05-07 23:03
/*********************************************************************/
/* UDF that simulates coagulation by specifying a temperature- */
/* dependent viscosity property */
/*********************************************************************/
#include "udf.h"
DEFINE_PROPERTY(cell_viscosity, c, t)
{
real mu_lam;
real temp = C_T(c, t);
if (temp > 288.)
mu_lam = 5.5e-3;
else if (temp > 286.)
mu_lam = 143.2135 - 0.49725 * temp;
 
2008-04-27 23:04

I want to simulate this process that the wet air consisted of air and water vapor across an evaporator. the water vapor will become the wanter liquid fistly, at tne same time, forst will grow at the outside of the cooled tubes and wings.

in this process, four materials( air, water vapor, water liquid and frost) will be involved and two phase change will be simulated.

1) By solidification&melting model, i did't get any result. maybe t

 
2008-04-25 15:34

新一篇: 简单实用的Xml解析类

1、离散傅立叶变换与反变换

/************************************************************************ 
* 离散傅立叶变换与反变换
* 输入: x--要变换的数据的实部
* y--要变换的数据的虚部
*        a--变换结果的实部
*
 
2008-04-21 22:40
1.DEFINE_ON_DEMAND 异步执行,自动存储温度函数

2.DEFINE_ADJUST   在整个区域对湍流离散率进行积分

3.DEFINE_ADJUST 自定义一个标量是另外一个自定义标量的函数

4.DEFINE_INIT 初始化流场变量

5.DEFINE_RW_FILE   将自定义函数写入data文件中再读出

6.DEFINE_DELTAT   更改时间步长

7.DEFINE_DIFFUSIVITY   应用自定义标量计算空气的平均扩散率

8.DEFINE_HEAT_FLUX   在 P-1辐射模型中的应用(10.5.2)

 
   
 
 
文章存档
 
     
 
最新文章评论
  

GOOD DOCUMENT AND THANKS
 

回复frankyboy:你好能跟您请教点问题么?
 

工程师之家www.52gcs.com
 

好东西。
 

好东东哦
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu