Update README
This commit is contained in:
parent
1c63cca714
commit
623e72a197
|
|
@ -1,17 +1,22 @@
|
||||||
README for ANASEN fem simulations:
|
### README for ANASEN fem simulations:
|
||||||
|
|
||||||
* There are a few iterations of these simulations that already exist. Be sure to also locate and refer to them if necessary.
|
* There are a few iterations of these simulations that already exist. Be sure to also locate and refer to them if necessary.
|
||||||
* Install gmsh and its python api by running (Ubuntu 22.04 LTS)
|
* Install gmsh and its python api by running (Ubuntu 22.04 LTS)
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install gmsh python3-gmsh
|
sudo apt install gmsh python3-gmsh
|
||||||
```
|
```
|
||||||
Gmsh gives us the tools to create a meshgrid that samples the 2d space appropriately to plot the field/equipotential lines.
|
|
||||||
The output file typically has the .msh extension. This is read as input to Elmer, which is the FEM differential-equation solver.
|
* Gmsh gives us the tools to create a meshgrid that samples the 2d space appropriately to plot the field/equipotential lines.
|
||||||
|
* The output file typically has the .msh extension. This is read as input to Elmer, which is the FEM differential-equation solver.
|
||||||
|
|
||||||
* Install Elmer via the following steps:
|
* Install Elmer via the following steps:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo add-apt-repository ppa:elmer-csc-ubuntu/elmer-csc-ppa
|
sudo add-apt-repository ppa:elmer-csc-ubuntu/elmer-csc-ppa
|
||||||
sudo apt install elmerfem-csc-eg
|
sudo apt install elmerfem-csc-eg
|
||||||
```
|
```
|
||||||
|
|
||||||
* Install ParaView for visualizations by downloading from the Linux .tar.gz link at https://www.paraview.org/download/
|
* Install ParaView for visualizations by downloading from the Linux .tar.gz link at https://www.paraview.org/download/
|
||||||
- The current version is tested to work on Paraview 6.1.0. The default version in Ubuntu 22.04 repositories has some trouble with scripting
|
- The current version is tested to work on Paraview 6.1.0. The default version in Ubuntu 22.04 repositories has some trouble with scripting
|
||||||
* v0.0.1, March 10 2026
|
* v0.0.1, March 10 2026
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user