-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I am attempting to reproduce the pressure visualization results from the following research paper using the MMFT simulator:
"Accelerated Computational Fluid Dynamics Simulations of Microfluidic Devices by Exploiting Higher Levels of Abstraction" by Michel Takken and Robert Wille (2024)
I am specifically focusing on replicating the results for examples/Hybrid/Continuous/Network 2b, as shown in Figure 6c of the paper. My simulation setup closely follows the description provided in the paper:
Fluid density: 1000 kg/m^3
Fluid dynamic viscosity: 1·10−6 m2/s
Inlet pressure: 1000 Pa
Outlet pressure: 0 Pa
Lattice Boltzmann settings:
theta = 10
epsilon = 0.01
alpha = 0.01
resolution = 20
However, when I visualize the resulting pressure field in ParaView, I am not observing the expected blue low pressure regions that are clearly present in the paper's figure. Instead, my visualization predominantly shows red high pressure areas.
I have thoroughly reviewed my JSON configuration file (Network2b.JSON), and it aligns with the paper's description. Additionally, the ParaView visualization script appears to be correctly set up to map pressure values to a blue-red diverging colormap.
