-
Although in theory one can use the solution snapshots as a basis to project the operators, in practice these might define a basis with a large condition number.
Having it go through the POD, even if …
-
Basic inspiration: neuralODE is NOT explicitly mini-batch aware. you can kludge it right now, but this kludge won't scale because it's not mini-batch aware. SO introduce mini-batch smartness into n…
cems2 updated
4 years ago
-
## *Repository Creation Request for Waves and Vibration Transmission in Periodic Structures Lab*
1. #### Coordinating Institute: IIT Delhi
2. #### Approver’s Name: Dr. Arnab Banerjee
3. #### …
-
I'm writing this issue to capture some of the ideas mentioned in a private discussion with @wsmoses about the future C++ interface. I'm hoping that this will increase visibility and allow other contri…
-
Dear all,
I am using QBlade software for aeroelastic simulation of wind turbines and I learned that QBlade uses chrono software for its structural calculation module. Until then I have been using o…
-
```
What steps will reproduce the problem?
1. Run the attached file.
What is the expected output? What do you see instead?
With values for body.damping on line 44 of 1E-3 or greater, Solfec either fa…
-
The tutorial for 1.3.0 contains this code:
```python
friction_collisions = ipctk.FrictionCollisions()
friction_collisions.build(
collision_mesh, vertices, collisions, dhat, barrier_stiffness, …
-
If you supply a drag value of 1.0 the simulation instantly outputs values of infinity which seems at odds with the behavior of the other values of drag. (i.e. for drag values of < 1 the dx of the simu…
-
```
What steps will reproduce the problem?
1. Run the attached file.
What is the expected output? What do you see instead?
With values for body.damping on line 44 of 1E-3 or greater, Solfec either fa…
-
## Reason & Impact
I want to implement a rigid beam element as part of my Master's Thesis and in support of [NEUP Project 17-12939: Expansion of Bison Capabilities to Predict the Dynamic Response of …