Skip to content

Commit 03f6849

Browse files
committed
Update search database from comphy-search repository
1 parent 621738f commit 03f6849

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/js/search_db.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,15 +3188,15 @@
31883188
"priority": 4
31893189
},
31903190
{
3191-
"title": "Test documentation: Lid driven cavity using dye injection - postProcess/getData-LidDriven.c: getting Data from...",
3192-
"content": "getting Data from simulation snapshot Author Command-line arguments: Return getting Data from simulation snapshot Author Vatsal Sanjay Email: [email protected] CoMPhy Lab Physics of Fluids Department Last updated: Mar 8, 2025 #include \"utils.h\" #include \"output.h\" #include \"poisson.h\" vector u []; char filename [ 1000 ]; int nx , ny , len ; double xmin , ymin , xmax , ymax , Deltax , Deltay ; scalar T [], vel [], psi [], omega []; scalar * list = NULL ; Main entry point for processing fluid dynamics simulation data. This function validates the command-line arguments and initializes the simulation by reading in the file name and domain parameters (xmin, ymin, xmax, ymax, ny). It registers the necessary scalar fields (T, vel, psi), restores simulation data, applies Dirichlet boundary conditions for both the velocity and streamfunction, computes the velocity magnitude and vorticity, and then solves the Poisson equation to update the streamfunction.",
3191+
"title": "Test documentation: Lid driven cavity using dye injection - postProcess/getData-LidDriven.c: C/C++ Code",
3192+
"content": "getting Data from simulation snapshot Author Vatsal Sanjay Email: [email protected] CoMPhy Lab Physics of Fluids Department Last updated: Mar 8, 2025 #include \"utils.h\" #include \"output.h\" #include \"poisson.h\" vector u []; char filename [ 1000 ]; int nx , ny , len ; double xmin , ymin , xmax , ymax , Deltax , Deltay ; scalar T [], vel [], psi [], omega []; scalar * list = NULL ; Main entry point for processing fluid dynamics simulation data. This function validates the command-line arguments and initializes the simulation by reading in the file name and domain parameters (xmin, ymin, xmax, ymax, ny). It registers the necessary scalar fields (T, vel, psi), restores simulation data, applies Dirichlet boundary conditions for both the velocity and streamfunction, computes the velocity magnitude and vorticity, and then solves the Poisson equation to update the streamfunction. Finally, it calculates grid spacing and interpolates the scalar fields over the designated grid.",
31933193
"url": "https://test.comphy-lab.org/docs/postProcess/getData-LidDriven.c/",
31943194
"type": "docs_content",
31953195
"priority": 4
31963196
},
31973197
{
3198-
"title": "Test documentation: Lid driven cavity using dye injection - postProcess/getData-LidDriven.c: Finally, it calculates...",
3199-
"content": "Finally, it calculates grid spacing and interpolates the scalar fields over the designated grid. Command-line arguments: arguments[0]: Program name. arguments[1]: Filename of the simulation snapshot. arguments[2]: Lower bound (xmin) of the x-domain. arguments[3]: Lower bound (ymin) of the y-domain. arguments[4]: Upper bound (xmax) of the x-domain. arguments[5]: Upper bound (ymax) of the y-domain. arguments[6]: Number of grid points along the y-direction (ny).",
3198+
"title": "Test documentation: Lid driven cavity using dye injection - postProcess/getData-LidDriven.c: Command-line arguments: arguments[0]:...",
3199+
"content": "Command-line arguments: arguments[0]: Program name. arguments[1]: Filename of the simulation snapshot. arguments[2]: Lower bound (xmin) of the x-domain. arguments[3]: Lower bound (ymin) of the y-domain. arguments[4]: Upper bound (xmax) of the x-domain. arguments[5]: Upper bound (ymax) of the y-domain. arguments[6]: Number of grid points along the y-direction (ny).",
32003200
"url": "https://test.comphy-lab.org/docs/postProcess/getData-LidDriven.c/",
32013201
"type": "docs_content",
32023202
"priority": 4
@@ -3308,7 +3308,7 @@
33083308
},
33093309
{
33103310
"title": "Test documentation: Lid driven cavity using dye injection - testCases/LidDrivenCavity-Newtonian-dyeInjection.c: Lid-Driven Cavity Flow...",
3311-
"content": "Lid-Driven Cavity Flow of a Newtonian Fluid with dye Injection Parameters Boundary Conditions Initialization Snapshot Generation Logs simulation progress and convergence details. Outputs final simulation results for visualization. Entry point for the lid-driven cavity flow simulation with dye injection. Lid-Driven Cavity Flow of a Newtonian Fluid with dye Injection This simulation models a lid-driven cavity flow for a Newtonian fluid with constant viscosity and includes dye injection for flow visualization. This extends the classic benchmark case with a passive tracer to visualize flow patterns.",
3311+
"content": "Lid-Driven Cavity Flow of a Newtonian Fluid with dye Injection This simulation models a lid-driven cavity flow for a Newtonian fluid with constant viscosity and includes dye injection for flow visualization. This extends the classic benchmark case with a passive tracer to visualize flow patterns.",
33123312
"url": "https://test.comphy-lab.org/docs/testCases/LidDrivenCavity-Newtonian-dyeInjection.c/",
33133313
"type": "docs_content",
33143314
"priority": 4
@@ -3392,7 +3392,7 @@
33923392
},
33933393
{
33943394
"title": "Test documentation: Lid driven cavity using dye injection - src-local/dye-injection.h: dye Injection for...",
3395-
"content": "dye Injection for Flow Visualization Parameters dye Injection for Flow Visualization This module introduces a circular tracer (dye) into the flow at a specified time and location. The dye then advects with the flow, allowing visualization of flow patterns. This is useful for visualizing complex flow structures in simulations like lid-driven cavity flow.",
3395+
"content": "dye Injection for Flow Visualization This module introduces a circular tracer (dye) into the flow at a specified time and location. The dye then advects with the flow, allowing visualization of flow patterns. This is useful for visualizing complex flow structures in simulations like lid-driven cavity flow.",
33963396
"url": "https://test.comphy-lab.org/docs/src-local/dye-injection.h/",
33973397
"type": "docs_content",
33983398
"priority": 4

0 commit comments

Comments
 (0)