搜索资源列表
SUBROUTINE FILM
- 用于温度场film边界条件,算例算例算例(This text is used for temperature field in ABAQUS user-defined subroutine which is called film.)
boundary_switch
- 如何在fluent中改变边界条件类型,使用UDF控制。(How to change the boundary condition type or value using a UDF)
preexisting crack
- 有预裂纹存在的平板在速度边界条件下的近场动力学模拟(Plate with a Pre-existing Crack Under Velocity Boundary Conditions)
边界随时间udf
- Fluent 实现随时间或坐标变化边界条件的方法udf(udfFluent implements the method of changing boundary conditions with time or coordinates UDF)
正弦压力进口
- 该udf程序为正弦函数进入的压力进口边界条件。
自适应轨迹跟踪算法
- 自适应( self-adaptive)是指处理和分析过程中,根据处理数据的数据特征自动调整处理方法、处理顺序、处理参数、边界条件或约束条件,使其与所处理数据的统计分布特征、结构特征相适应,以取得最佳的处理效果(Self-adaptive refers to the automatic adjustment of processing methods, processing sequence, processing parameters, boundary conditions or constr
Lattice Boltzmann Method模拟2维接触角
- 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。