ESPcomposites
Aerospace
- Jul 27, 2010
- 692
I am kicking around the idea of doing some simple problems via finite element in Excel. A few questions:
- Is there already something out there done with just simple formulas or VBA?
- Is there way to increase the number of columns beyond 256? If I were to program it via formula, then I would only have 256 degrees of freedom, which is too limiting for the problem I am trying to solve.
- I can build the nodes and elements simply by geometry and describe them as rows in Excel. Is there a simple way to then send this to a solver?
- Any VBA code out there that could do something like this?
- Could I do a matrix inversion (i.e. minverse) by combining multiple matrices (i.e. 256x256 multiple times).
Just kind of thinking out loud/brainstorming at this point. Any thoughts or ideas? My rough guess is that I would need to invert a 2,000 x 2,000 matrix.
Brian
- Is there already something out there done with just simple formulas or VBA?
- Is there way to increase the number of columns beyond 256? If I were to program it via formula, then I would only have 256 degrees of freedom, which is too limiting for the problem I am trying to solve.
- I can build the nodes and elements simply by geometry and describe them as rows in Excel. Is there a simple way to then send this to a solver?
- Any VBA code out there that could do something like this?
- Could I do a matrix inversion (i.e. minverse) by combining multiple matrices (i.e. 256x256 multiple times).
Just kind of thinking out loud/brainstorming at this point. Any thoughts or ideas? My rough guess is that I would need to invert a 2,000 x 2,000 matrix.
Brian