Programming & Software

You can see my completed programming on my GitHub page.

Newmark Method in Marine Structures GUI

This MATLAB GUI application simulates and visualizes the displacement and velocity of a system (like a Marine structure) subjected to wave forces using the Newmark method. The GUI allows users to input various parameters, run the simulation, and view the results in graphical form.

Earthquake Acceleration Response Spectrum GUI

This MATLAB GUI application generates an Acceleration Response Spectrum based on the API RP 2WSD 2014 standard. The tool allows users to input soil type and coefficient values to compute and visualize the response spectrum.

Sediment Transport Calculator GUI

The Sediment Transport Calculator is a MATLAB-based graphical user interface (GUI) application designed to compute sediment transport rates using common coastal engineering equations. This tool is useful for researchers, engineers, and students working in coastal engineering and sediment transport studies.

Groin Simulation GUI

This MATLAB app simulates the deposition of sand on the updrift side and the erosion of sand on the downdrift side of a groin. The simulation uses a one-line contour model to calculate and visualize shoreline evolution over time.

Beach Simulation GUI Model

This MATLAB project provides a simulation tool to analyze and visualize beach profiles under native and filled conditions. The model calculates key beach metrics, including depth, volume, and maximum profile extent, based on user-defined input parameters. It is particularly useful for coastal engineering applications such as beach nourishment design and sediment transport studies.

Inlet Tide Calculator GUI

The Inlet Tide Calculator is a MATLAB-based graphical user interface (GUI) designed to simulate the tidal dynamics of a lagoon or bay connected to the ocean through an inlet. The app calculates the bay’s tide response, considering factors such as inlet geometry, energy losses, and tidal propagation time. It uses Keulegan’s method and the Runge-Kutta 4th order integration to solve for the tidal dynamics and visualize the results.

Wave Calculator GUI

The Wave Calculator GUI is a MATLAB-based GUI tool designed to compute various wave parameters such as wave length, wave speed, wave height, and others based on user-provided inputs. The tool provides an interactive interface for entering wave properties and displays calculated results dynamically. This application is useful for students, researchers, and engineers working in fields such as oceanography, coastal engineering, and marine structures.

Extract Underwater Depth Data from NetCDF Files

This script processes NetCDF (.nc) files to extract longitude, latitude, and elevation data and saves the information about underwater points (where elevation is below sea level) into a plain text file.

Linear Wave Kinematics Simulation GUI

Linear Wave Kinematics Simulation is a MATLAB-based graphical user interface (GUI) for simulating linear waves. The simulation allows users to input wave parameters (height, period, and depth), calculate the corresponding wavelength, and visualize the wave’s motion over time. The GUI also includes a “Stop” button to halt the simulation. This tool is designed for researchers, students, and engineers interested in coastal and marine applications.

EdgeTheory - Wave Simulation GUI

EdgeTheory is a MATLAB-based graphical user interface (GUI) for simulating wave propagation over sloping bathymetry. This tool is designed for researchers, students, and engineers interested in coastal and marine applications.