Skip to content

parkmh/MATCVFEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATLAB toolbox for the control volume finite element method (CVFEM)

MATCVFEM is a free set of MATLAB functions for the numericalsolution of moving boundary problem using the control volume finite element method.

Download and Installation

In order to install and use the MATCVFEM, you must already have a MATFEM toolbox on your computer.

  • Download the MATCVFEM to your desktop
git clone https://github.com/parkmh/MATCVFEM.git
  • Open MATLAB and type the following in the command window:
>> cd (MATCVFEM folder)
>> install

Mesh Generation

pdetool starts the PDE app, which helps you to draw the 2-D domain and refine mesh.

  • Run pdetool.
>> pdetool
  • Create a 2D domain. Create a 2D domain

  • Generate an initial mesh. Generate an initial mesh

  • Refine a mesh (opt) Refine a mesh

MATCVFEM Project Initialization

Visualization (Paraview)

Click the following image to watch a video on YouTube. RTM filling process

About

MATLAB control volume finite element toolbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published