Skip to content

Commit

Permalink
Fix fluid definition
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaEmmerich committed Feb 13, 2025
1 parent d397dcb commit 22bd69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 80 deletions.
78 changes: 0 additions & 78 deletions .github/workflows/windows.yml

This file was deleted.

4 changes: 2 additions & 2 deletions tests/droplet/Droplet.tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ TEST(Droplet, RingNetworkE1) {
std::cout << "Add Fluid..." << std::endl;

// fluids
auto fluid0 = sim.addFluid(1e-3, 1e3, 0.0, 9e-10);
auto fluid0 = sim.addFluid(1e-3, 1e3, 1.0, 9e-10);
auto fluid1 = sim.addFluid(4e-3, 1e3, 1.0, 9e-10);
//--- continuousPhase ---
sim.setContinuousPhase(fluid0);
Expand Down Expand Up @@ -319,7 +319,7 @@ TEST(Droplet, RingNetworkE2) {
sim.addGround(-1);

// fluids
auto fluid0 = sim.addFluid(1e-3, 1e3, 0.0, 9e-10);
auto fluid0 = sim.addFluid(1e-3, 1e3, 1.0, 9e-10);
auto fluid1 = sim.addFluid(4e-3, 1e3, 1.0, 9e-10);
//--- continuousPhase ---
sim.setContinuousPhase(fluid0);
Expand Down

0 comments on commit 22bd69e

Please sign in to comment.