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

1 次查看(过去 30 天)
@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]);

回答(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

类别

Help CenterFile Exchange 中查找有关 Introduction 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