Ocean

Results 23 issues of Ocean

Perhaps this is a very obscure bug but it does exist. When running the following block of code: ```python n, s = 1.1E-323, 0 v = uncertainties.core.Variable(n, s) print(v) ```...

If I multiply by [[0,1],[-1,0]], during the transformation, the gridlines get **denser**, and then **expands** back to the normal spacing later. It seems that is because the path that i-hat...

## Linked Issues Closes #2854 ## Description See #2854 ## Interface Changes None ## Checklist I confirm that I have completed the following checks: - [ ] Tests run locally...

## Describe the bug Very minor issue: effective charge unit should be ['e'](https://en.wikipedia.org/wiki/Elementary_charge), not 'a.m.u.'. Found in files `plasma_physics/collisions.py` and `plasma_physics/rules_of_thumb.py`.

bug
documentation
plasma
Nomenclature
📜 Papercut

## Linked Issues Closes #2964 ## Description Creates an axisymmetric CSG model according to the user input. ## Interface Changes bluemira.neutronics.make_geometry should've been completely removed by the end of this....

## Description of issue / requirement to address As a Reactor Designer/Developer, I want to draw arbitrary straight lines to cut up my reactor 2D cross-section made of BluemiraWires, so...

geometry
cad
codes

# Expected behaviour Start point == start point of the first edge, end point == end point of the last edge. i.e. `BluemiraWire.start_point() == BluemiraWire.edges[0].start_point()` `BluemiraWire.end_point() == BluemiraWire.edges[-1].end_point` # Actual...

bug
cad
codes

# Problem I have two BluemiraWire's representing the inner (plasma-facing) boundary and outer (air-facing) boundary of the blanket, both going clockwise. I want to cut up the blanket into several...

enhancement
geometry
cad
codes
first wall

## Describe the papercut The input to bluemira.geometry.coordinates.normal_vector should be of shape (2, N), not (N, 2). This is so minor that it'll take about 10 seconds to fix. But...

bug
📜 Papercut
discussion

# Description of issue / requirement to address While fixing #1710 , the following issue is identified: User story: - As a Reactor Designer using the neutronics module, I want...