文件名称:2D Unsteady Navier-Stokes

  • 所属分类:
  • matlab例程
  • 资源属性:
  • [Matlab] [源码]
  • 上传时间:
  • 2021-10-07
  • 文件大小:
  • 462.83kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • farshid74
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

The "UNSTEADY_NAVIER_STOKES" scr ipt solves the 2D steady Navier-Stokes equations.
The space discretization is performed by means of the standard Galerkin approach.
Bilinear quadrangular elements are used for the pressure and biquadratic quadrangular elements are used for the velocity.
This pressure and velocity interpolation satisfies the so-called LBB condition, which ensures the solvability of the algebraic system.
For the time integration the theta-method has been implemented. According to the value of theta these schemes are obtained:
0 -> Forward Euler
1/2 -> Crank-Nicolson
3/4 -> Galerkin
1 -> Backward Euler
The FEM parameters such as the number of finite elements and the number of Gauss integration points can be easily chosen.
The functions and the examples are developed according with Chapter 6 "Viscous incompressible flows" of the book "Finite Element Methods for flow problems" of Jean Donea and Antonio Huerta.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 2D Unsteady Navier-Stokes.zip 列表
2D Unsteady Navier-Stokes/.DS_Store
2D Unsteady Navier-Stokes/afference_matrix_2D_p.m
2D Unsteady Navier-Stokes/afference_matrix_2D_v.m
2D Unsteady Navier-Stokes/assemble_convection_matrix.m
2D Unsteady Navier-Stokes/assemble_gradient_operator_matrix.m
2D Unsteady Navier-Stokes/assemble_load_vector_p.m
2D Unsteady Navier-Stokes/assemble_load_vector_v.m
2D Unsteady Navier-Stokes/assemble_mass_matrix.m
2D Unsteady Navier-Stokes/assemble_viscosity_matrix.m
2D Unsteady Navier-Stokes/constrain_matrix.m
2D Unsteady Navier-Stokes/constrain_matrix_column.m
2D Unsteady Navier-Stokes/constrain_matrix_row.m
2D Unsteady Navier-Stokes/constrain_vector.m
2D Unsteady Navier-Stokes/data_all_dof.m
2D Unsteady Navier-Stokes/element_convection_matrix_2D.m
2D Unsteady Navier-Stokes/element_gradient_operator_matrix_2D.m
2D Unsteady Navier-Stokes/element_load_vector_centre_2D.m
2D Unsteady Navier-Stokes/element_load_vector_gauss_2D.m
2D Unsteady Navier-Stokes/element_load_vector_nodes_v_2D.m
2D Unsteady Navier-Stokes/element_mass_matrix_2D.m
2D Unsteady Navier-Stokes/element_viscosity_matrix_2D.m
2D Unsteady Navier-Stokes/f_dN_2D_p.m
2D Unsteady Navier-Stokes/f_dN_2D_v.m
2D Unsteady Navier-Stokes/f_dW_2D_p.m
2D Unsteady Navier-Stokes/f_dW_2D_v.m
2D Unsteady Navier-Stokes/f_N_2D_p.m
2D Unsteady Navier-Stokes/f_N_2D_v.m
2D Unsteady Navier-Stokes/f_N_plot_2D_p.m
2D Unsteady Navier-Stokes/f_N_plot_2D_v.m
2D Unsteady Navier-Stokes/f_W_2D_p.m
2D Unsteady Navier-Stokes/f_W_2D_v.m
2D Unsteady Navier-Stokes/f_W_plot_2D_p.m
2D Unsteady Navier-Stokes/f_W_plot_2D_v.m
2D Unsteady Navier-Stokes/Gauss_parameters_2D.m
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES.html
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_01.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_02.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_03.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_04.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_05.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_06.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_07.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_08.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_09.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_10.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_11.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_12.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_13.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_14.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_15.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_16.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_17.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_18.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_19.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_20.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_21.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_22.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_23.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_24.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_25.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_26.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_27.png
2D Unsteady Navier-Stokes/html/UNSTEADY_NAVIER_STOKES_28.png
2D Unsteady Navier-Stokes/initialization.m
2D Unsteady Navier-Stokes/plot_geometry_2D.m
2D Unsteady Navier-Stokes/plot_shape_functions_2D.m
2D Unsteady Navier-Stokes/plot_test_functions_2D.m
2D Unsteady Navier-Stokes/row_column.m
2D Unsteady Navier-Stokes/shape_functions_Gauss_points_2D_p.m
2D Unsteady Navier-Stokes/shape_functions_Gauss_points_2D_v.m
2D Unsteady Navier-Stokes/strain_rate_velocity_matrix_2D.m
2D Unsteady Navier-Stokes/test_functions_Gauss_points_2D_p.m
2D Unsteady Navier-Stokes/test_functions_Gauss_points_2D_v.m
2D Unsteady Navier-Stokes/UNSTEADY_NAVIER_STOKES.m
license.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org