FEM: Add basic ccx 1D fluid network example#29697
Conversation
adds a new FEM example for 1D fluid networks
adds new FEM Example to CMakeLists
|
@marioalexis84 I used the old ccx solver on purpose because postprocessing with it is much easier for the specific case of fluid networks. |
|
Note that the new solver shows the result properly in the pipeline. The old solver not. |
Yes, I use the task panel of the old results object for these fluid network analyses. It’s the quickest way to check their results since the output of such 1D flow calculation is just pressure and mass flow rate at the outlet vs the corresponding inputs at the inlet (the main goal is to evaluate the pressure drop). In fact, this keyword would also provide all the needed info here: But we don’t support it yet and it has to be interpreted carefully (since the results aren’t really displacements in this case). |
| # SPDX-License-Identifier: LGPL-2.1-or-later | ||
|
|
||
| # *************************************************************************** | ||
| # * Copyright (c) 2026 Jakub Michalski <jakub.j.michalski[at]gmail.com> * |
There was a problem hiding this comment.
Please, fix the * position at the end
fixes the * position in the header
|
@maxwxyz This one is approved |
Adds the first FEM Example for CalculiX's 1D fluid network functionality
@marioalexis84 FYI