This directory contains Node.js examples demonstrating how to use the FEAScript library to solve steady creeping flow (Stokes) problems.
This example solves a 2D lid-driven cavity flow using the creeping flow solver with Taylor-Hood (Q2-Q1) elements. For detailed information on the model setup, refer to the corresponding tutorial on the FEAScript website.
echo '{"type":"module"}' > package.jsonnpm install feascript mathjsnode lidDrivenCavity2DCreepingFlow.js(for the "Creeping Flow on a Lid-Driven 2D Cavity" example)
