フィルターのクリア

Facing Error in "A Simple Finite Volume Solver for Matlab"

1 回表示 (過去 30 日間)
Tamour Zubair
Tamour Zubair 2019 年 12 月 4 日
コメント済み: Walter Roberson 2020 年 12 月 24 日
@All
anyone please help me i am quite new in matlab. In very start, i am facing the following error in 1D meshing. Thanks in advance
Error:
Undefined function or variable 'MeshStructure'.
Error in createMesh1D (line 42)
MS=MeshStructure(1, [Nx,1], CellSize, CellLocation,
FaceLocation, [1], [1]);
  2 件のコメント
Walter Roberson
Walter Roberson 2019 年 12 月 4 日
MeshStructure is a class defined by https://www.mathworks.com/matlabcentral/fileexchange/46637-a-simple-finite-volume-solver-for-matlab . You have to make sure that the class directory is on your MATLAB path.
Tamour Zubair
Tamour Zubair 2019 年 12 月 4 日
Thanks for your answer. Can you tell me where i can find this class or directory.?

サインインしてコメントする。

回答 (1 件)

Arpit Bhatia
Arpit Bhatia 2020 年 12 月 24 日
Hi Tamour,
As Walter pointed out, MeshStructure is a class defined by "FVTool: Finite volume toolbox for Matlab". You can find the installation instructions on the GitHub page: https://github.com/simulkade/FVTool
  1 件のコメント
Walter Roberson
Walter Roberson 2020 年 12 月 24 日
Or use the Add-On Explorer to install it.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by