Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In outflow #5

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

In outflow #5

wants to merge 22 commits into from

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    1091490 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Writes plan corrected.

    rubensamarojr committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7bdfd64 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Add Input Output functions and variables. Allocate memory considering…

    … new particles. Some comments added. Inout test example with grid and mesh.
    rubensamarojr committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3bd1c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d95365 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Each particle has a Flag to check if the particle is in the IOFlow re…

    …gion. IOFlow funtion to create real and IO particles. PolygonMesh with temporary_position resize
    rubensamarojr committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    733d921 View commit details
    Browse the repository at this point in the history
  2. Function to move data between real, IO and ghost particles in the mem…

    …ory array. Add IOFlow funtion to delet real particle if outside. Smaller Signed distance set to particle. Plane equation corrected
    rubensamarojr committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    461ecff View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Update functions to set particle as Ghost. Use reverse loop to move g…

    …host particles to last pos in array. In the InOutFlow, instead of delete Real particle, set to Ghost. Correction on the write plan
    rubensamarojr committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1a7bcab View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Include iostream in several files to print name of function for debug…

    …. Variable nearInfinity used as maximum Double number. Update pos and vel includes IO particles. Extrapolates IO pressure and add source term in the PPE solver. Resize Eigen vector pressurePPE. Function to check overlaped IO-IO and IO-Real particles.
    rubensamarojr committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9a36308 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    04888cc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    4499b09 View commit details
    Browse the repository at this point in the history
  2. ID of mohter, PPE and IOFlow plan. Each particle carries its ID along…

    … the simulation. Swap only the particle ID in the memory. Pressure system of the ioflow resizing. Divergence of velocity using original MPS formulation instaed Mojtaba formulation. Polygon look up table ith weight function 4
    rubensamarojr committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    beb44b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdc4252 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    69eb197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e3647 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Correction in the matrix assembling with sum. Pressure IO extrapolati…

    …on by #define. Define debug to show matrix example
    rubensamarojr committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7542e95 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Option to adopt 1st order divergence with corrected matrix. Corrected…

    … matrix using polygon wall contribution
    rubensamarojr committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    9fa96f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c883b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Several defines to debug shift and pressure. Interpolate velocity if …

    …particles are shifted. New source term. New presure gradient. Check difusive CFL. IO BC cte or sinusoidal pressure. Copy concentration to IO particles. Compute Pmin and Pmax.
    rubensamarojr committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    862d09a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Add new dambreak gif

    rubensamarojr committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    b81fbe3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    f11b0df View commit details
    Browse the repository at this point in the history
  2. new STL files

    rubensamarojr committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    45a746a View commit details
    Browse the repository at this point in the history
  3. new JSON files

    rubensamarojr committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3199195 View commit details
    Browse the repository at this point in the history