登录
首页 » Visual C++ » udfcode

udfcode

于 2021-04-16 发布 文件大小:3KB
0 271
下载积分: 1 下载次数: 119

代码说明:

  Calculate_wall_shear_stress.c:Fluent udf 用于计算viscosity引起的表面剪切力. compute_VOF_gradient.c: Fluent udf用于计算和提取VOF梯度. Define_inlet_velocity.c: Fluent udf用于计算和定义进口速度函数. Define_moving_Gaussian_source: Fluent udf用于计算和定义随时间和坐标而变化的表面热流密度. Define_properties_as_functionof_time: Fluent udf用于计算和定义随温度或自定义变量等变化的物质属性. Define_region_motion: Fluent udf用于计算和定义指定区域移动属性. Define_wall_pressure: Fluent udf用于计算和定义壁面压力边界条件.(Calculate_wall_shear_stress.c: Fluent udf used to calculate the viscosity caused surface shear force. compute_VOF_gradient.c: Fluent udf for calculating and extracting VOF gradient. Define_inlet_velocity.c: Fluent udf for calculating and defining inlet velocity function Define_moving_Gaussian_source: Fluent udf for calculating and defining the surface heat flux varying with time and coordinates. Define_properties_as_functionof_time: Fluent udf used to calculate and define the material properties changing with custom variables or temperature. Define_region_motion: Fluent udf used to calculate and define the movement of designated area . Define_wall_pressure: Fluent udf used to calculate and define the wall pressure boundary condition.)

文件列表:

Calculate_wall_shear_stress.c,640,2016-09-16
compute_VOF_gradient.c,724,2016-09-16
Define_inlet_velocity.c,338,2016-09-16
Define_moving_Gaussian_source.c,535,2016-09-16
Define_properties_as_functionof_time.c,495,2016-09-16
Define_region_motion.c,887,2016-09-16
Define_wall_pressure.c,325,2016-09-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sequence
    我用VC++实现程序的顺序执行,即前驱关系 从P1-->P2前驱图的顺序执行的实现(sequence)
    2021-01-12 21:58:48下载
    积分:1
  • GSM
    金笛短信VC动态链接库开发例程,文档,教程(VC SMS金笛development of a dynamic link library routines, documentation, tutorials)
    2009-06-23 14:59:55下载
    积分:1
  • 7308961
    ansi字符串与Unicode字符串转换的代码 包括UTP-8(ANSI string with Unicode string conversion code Including UTP - 8 -)
    2017-07-15 01:29:32下载
    积分:1
  • MySocket
    vc++开发的socket通信类(含客户端和服务端)(socket communication(include client and server))
    2013-08-12 14:13:49下载
    积分:1
  • at91rm9200.c
    atmel公司的At90系列嵌入式开发程序 可以学习别人良好的编程习惯(atmel' s At90 series of embedded development process can learn from others, good programming practice to)
    2009-11-11 09:20:03下载
    积分:1
  • nc
    说明:  一个小巧的内存整理工具 无需安装方便使用(A small memory finishing tools without having to install user-friendly)
    2008-01-01 16:05:19下载
    积分:1
  • Win32asm
    win32的书籍,还可以,需要的可以下载(win32 books, you can also need to be able to download)
    2012-08-25 15:06:16下载
    积分:1
  • DXF_read_display_wxwidgets
    编程环境为Visual studio2008,采用dxflib库编写,内部定义了一些图形类,可以实现dxf文件的读取,显示,及删除操作。页面侧边有动态标尺,按住鼠标中键可平移窗口,拨动滚轮可缩放视图,采用窗口裁剪以及显示缓存来提高性能及防止闪烁。本来是做为激光切割机控制系统来开发的,但是后来因为某些原因搁浅了,现在就拿出来供大家参数吧。界面上有一些激光加工参数的输入,但是实际是没有任何作用的。 程序界面使用wxwidgets库编写。这是一个跨平台的库,有很多有用的控件,在不同平台是会有相应平台的风格。此程序也可做为学习wxwidgets的例程。 编译此程序需要wxwidgets2.8.7 ;这是一个开源的界面库,请到官方主页去下载。 本人英文不好,以下英文描述为自动翻译。请见谅(Programming environment for Visual studio2008, using dxflib library prepared a number of graphics within the definition of class, can achieve dxf file to read, display, and delete operations. Pages are dynamically scale the side, hold down the mouse button to pan the window, toggle wheel to zoom the view, with window clipping and display cache to improve performance and prevent blinking. Originally as a laser cutting machine control system to develop, but was stranded for some reason, and now Take it out for your parameters. Interface, there are some laser processing parameters input, but actually have no effect. Prepared using the wxwidgets library program interface. This is a cross-platform library, there are many useful controls, there will be appropriate in different platforms, platform style. This procedure can also be used as learning wxwidgets routines. Compile this program requires wxwidgets2.8.7 this is an open source interface library, please go to the official home page)
    2010-07-11 21:08:48下载
    积分:1
  • B06040324_B2
    模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示: 用户名 电话号码 本地话费 长途话费 话费总计 (3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为: 用户名 主叫电话号码 被叫电话号码 通话时长 (Design and implementation of simulation of telecommunication billing system Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them: The following conversation method to calculate the fee: Long distance telephone calls =+ local telephone fee Long distance telephone fee = rate (yuan/minute)* call time (minutes) (call time less than 1 minutes to 1 minutes) Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later. (2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen: The user name phone number local calls long distance charges charges totaling (3) if a single query. Enter a phone number, query and display all the call records of th)
    2013-09-25 05:53:29下载
    积分:1
  • EPLaZPLPrinter_WT
    Bebra EPL、ZPL条码打印,可根据模板生成指令,可使用USB打印端口,ReadMe中给出了详细说明 (Bebra EPL ZPL Barcode Printing, can generate command by label template, can use USB port, it s detailed describe in readme.txt.)
    2014-01-01 08:48:15下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载