72 skills found · Page 1 of 3
UK-MAC / CloverLeafA hydrodynamics mini-app to solve the compressible Euler equations in 2D, using an explicit, second-order method.
yiqiangjizhang / Nonlinear Systems ChaosNon-Linear Dynamic Systems
dongilc / Intelligent Roboticspython library for manipulator kinematics and dynamics (Forward Kinematics using DH Parameter, Jacobian, Dynamics using Newton-Euler Method & Lagrangian Method)
average-engineer / InvDynamics Robotic Manipulator Euler Lagrange FormulationInverse dynamics of a robotic manipulator of any DOF using Lagrange Euler Dynamic Formulation (Energy Method). The inputs are the joint space variables (joint position, velocity and accelerations) and the outputs are the joint torques/forces
rickfu415 / HeatConductionA 1D heat conduction solver using Finite Difference Method and implicit backward Euler time scheme
evbernardes / Quaternion To EulerImplementation of a direct quaternion_to_euler method that works for every sequence.
ImperialCollegeLondon / ReCoDe Euler MaruyamaReCoDe project to showcase an implementation of the Euler-Maruyama numerical method to solve Stochastic Differential Equations
lucylow / Computational PhysicsMethods of numerical modelling with undergraduate level computational physics solutions with non-linear equations, gaussian probabilities, and Euler RK4 integration
Theodoret / PINN 2D HeatTransfer EulerAbout Partial Differential Equations (PDEs) of 2D Heat Transfer is solved by Physic-Informed Neural Network (PINN), while time is discretized by Euler's Method
scijs / Ode EulerIntegrate a system of ODEs using the Euler method
alexpapados / 2 D Compressible Euler Equations FVMC++ implementation of the finite volume method with flux-limiting to solve 2-D compressible Euler Equations (Liska, 2003)
rmojgani / CFD AUTProject I : A control-volume-based finite element method is used to solve the in compressible flow, in a lid-driven cavity. Project II : Roe's Riemann solver is used for compressible Euler equations on unstructured grids, flow on an airfoil.
KBoychev / Fvm EulerFinite volume method (FVM) for Euler equations
compgeolab / Euler InversionPaper: A new method for location sources of gravity and magnetic data using Euler's homogeneity equation
haranjackson / Euler1DA few methods for solving the 1D Euler equations
L1ssandra / Simple Fortran DGA simple Fortran program of Discontinuous Galerkin method(no Limiter now) solving 2D Euler Equation with the Isentropic Vortex initial value.
murraycutforth / PhD 1D GhostfluidmethodA framework for solving one or two material problems in one-dimensional fluid dynamics governed by the Euler equations using various level set ghost fluid methods.
DelSquared / Brownian MotionPython solver for the Brownian, Stochastic, or Noisy Differential Equations
doeun-235 / Cucker Smale ModelWorks about Cucker-Smale model and its extensions. =Keywords: ODE, Runge-Kutta methods, SDE, Euler-Maruyama method, NumPy, Matplotlib
serve-and-volley / Strange AttractorsRendering strange attractors in 3D using Pre3D and HTML5 Canvas. Numerical solutions to the systems of differential equations computed using both the Euler method and the Runge-Kutta 4th-order method.