-
When I make a source that is off centre and at an angle to the cylindrical sample, as in;
`source = mc.mcsource.UniformBeam([0.5e-3,5.0e-3],position =(-20e-3, 5e-3, 0),direction=(np.cos(2*np.pi*ang…
-
Allow users to choose between cylindrical (R,phi,z) and toroidal (rho,theta,phi) spatial grids and (ppara,pperp) and (energy,pitch) momentum space basis when using AFSI. Toroidal grid is very useful f…
-
Ortec detectors (PPC and some ICPC) are implemented with sunken cylindrical p+ contacts (for example the r,z profile below of P00661C).
![image](https://github.com/user-attachments/assets/885c4d4c-75…
-
Here is an example script:
```rust
use truck_meshalgo::tessellation::{MeshableShape, MeshedShape};
use truck_modeling::builder::{rsweep, try_attach_plane, tsweep, vertex};
use truck_modeling::{P…
-
@adelka-m Open your own issue, the next time.
> I am trying to combine meshes with this code:
>
> ```
> prod1 = vtk.vtkTrivialProducer()
> prod1.SetOutput(mesh1)
> prod1.Update()
>
> boo…
-
The schedule generator has an option of group rows and total them up which is great, except that it will never have an identical row for something line RNA object name unless it can be set to ignore t…
-
Hello,
I hope you are doing well
I am trying to create a cylinder from the unit cell attached. I have managed to create it for radiuses more than 3nm, but when I try it for nanotubes with radius…
-
I was looking to use clyinderize,
It would be amazing if you can rewrite that into c#
-
@KulaginVladimir made me realise that we don't have any verification case in this book for non-cartesian problems
-
Calculating the volume of a Box or a Cylinder seems to always return zero for Box and Cylinder objects, even though they plot just fine and seem overall well-formed. Similarly, `is_closed()` seems to…