You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to run the perpendicular-flap tutorial using nix-precice. I installed nix-static on Ubuntu 22.04 through running setup.sh. After that I cloned the precice-tutorials and in tutorials/perpendicular-flap/solid-calculix tried running:
---[precice] ERROR: The configuration contains an unknown tag <data:vector>.
Full output
Started on: Fri, 12 Jul 2024 13:02:07 +0200
************************************************************
CalculiX Version 2.20, Copyright(C) 1998-2022 Guido Dhondt
CalculiX comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are welcome to redistribute it under
certain conditions, see gpl.htm
************************************************************
You are using an executable made on Sun Jul 31 18:08:37 CEST 2022
The numbers below are estimated upper bounds
number of:
nodes: 1470
elements: 244
one-dimensional elements: 0
two-dimensional elements: 0
integration points per element: 27
degrees of freedom per node: 3
layers per element: 1
distributed facial loads: 0
distributed volumetric loads: 0
concentrated loads: 1482
single point constraints: 756
multiple point constraints: 1
terms in all multiple point constraints: 1
tie constraints: 0
dependent nodes tied by cyclic constraints: 0
dependent nodes in pre-tension constraints: 0
sets: 4
terms in all sets: 2220
materials: 1
constants per material and temperature: 2
temperature points per material: 1
plastic data points per material: 0
orientations: 0
amplitudes: 3
data points in all amplitudes: 3
print requests: 0
transformations: 0
property cards: 0
STEP 1
Dynamic analysis was selected
Newton-Raphson iterative procedure is active
Decascading the MPC's
Determining the structure of the matrix:
Using up to 1 cpu(s) for setting up the structure of the matrix.
number of equations
3660
number of nonzero lower triangular matrix elements
63428
Starting FSI analysis via preCICE using the geometrically linear CalculiX solver...
Using up to 1 cpu(s) for the stress calculation.
Using up to 1 cpu(s) for the energy calculation.
Using up to 1 cpu(s) for the symmetric stiffness/mass contributions.
Factoring the system of equations using the symmetric spooles solver
Using up to 1 cpu(s) for spooles.
Using up to 1 cpu(s) for the stress calculation.
Using up to 1 cpu(s) for the energy calculation.
Setting up preCICE participant Solid, using config file: config.yml
---[precice] ERROR: The configuration contains an unknown tag <data:vector>.
I get the same error message when running the fluid-openfoam example in tutorials/perpendicular-flap/fluid-openfoam:
---[precice] ERROR: The configuration contains an unknown tag <data:vector>.
I am not a maintainer in this repository, but this error most probably means that this is preCICE v2 looking at tutorials prepared for preCICE v3.
The last tutorials release that works with preCICE v2 is v202211.0: https://github.com/precice/tutorials/releases/tag/v202211.0 The packages are probably looking for the master or develop branch, which was recently updated to preCICE v3.
It might be a good idea to add this information to the README (or maybe even better, update the nix package to use preCICE v3). Thanks again for the quick and helpful reply.
I'm unable to run the perpendicular-flap tutorial using nix-precice. I installed
nix-static
on Ubuntu 22.04 through runningsetup.sh
. After that I cloned the precice-tutorials and intutorials/perpendicular-flap/solid-calculix
tried running:This results in the error message:
Full output
I get the same error message when running the fluid-openfoam example in
tutorials/perpendicular-flap/fluid-openfoam
:Output
I already did have
nix
installed. So I also tried it usingnix
rather thannix-static
but this results in the same error message.Also, I use
zsh
as my default shell. That's why I had to quote the flakes to avoid the errorThe text was updated successfully, but these errors were encountered: