Giter Club home page Giter Club logo

Comments (7)

shimwell avatar shimwell commented on September 23, 2024

Current the example has a 14MeV source

my_source.energy = openmc.stats.Discrete([14e6], [1])

You can replace with with a 2.5MeV source

my_source.energy = openmc.stats.Discrete([2.5e6], [1]) 

Or you can do something better with the openmc.stats.muir distribution

my_source.energy = openmc.stats.muir(e0=2500000.0, m_rat=4.0, kt=20000.0)

I can offer more complex mixed sources if that helps

from inertial_fusion_openmc_dagmc_paramak_example.

btedman avatar btedman commented on September 23, 2024

When you mention the source, are you referring to the electric potential generated, modelled as a point source, or discrete ions? Is this how you recommend implementing Deuterium over Tritium?

from inertial_fusion_openmc_dagmc_paramak_example.

btedman avatar btedman commented on September 23, 2024

Essentially, my team has a spherical IEC device, and we use a deuterium fuel. I am curious if there are ways to modify the existing code to reflect our specific reactor shape, fuel source, and operating values (i.e. voltage, pressure, temp)? We need to develop a simulation model and submit results to our national board in order to gain experimental approval.

from inertial_fusion_openmc_dagmc_paramak_example.

btedman avatar btedman commented on September 23, 2024

And we are specifically looking to model the Bremsstrahlung radiation/ X-Ray Emission?

from inertial_fusion_openmc_dagmc_paramak_example.

shimwell avatar shimwell commented on September 23, 2024

When you mention the source, are you referring to the electric potential generated, modelled as a point source, or discrete ions? Is this how you recommend implementing Deuterium over Tritium?

openmc can offer photon or neutrons for the source term. The code is a monte carlo particle transport code and doesn't know about electric potential. To change the code to model neutrons from DD instead of neutrons from DT then you can simple change the neutron energy from 14MeV to 2.5MeV

from inertial_fusion_openmc_dagmc_paramak_example.

shimwell avatar shimwell commented on September 23, 2024

Essentially, my team has a spherical IEC device, and we use a deuterium fuel. I am curious if there are ways to modify the existing code to reflect our specific reactor shape, fuel source, and operating values (i.e. voltage, pressure, temp)? We need to develop a simulation model and submit results to our national board in order to gain experimental approval.

Yes OpenMC and DAGMC can support different geometry types. Perhaps have a look at the documentation
https://docs.openmc.org/en/stable/usersguide/geometry.html

from inertial_fusion_openmc_dagmc_paramak_example.

shimwell avatar shimwell commented on September 23, 2024

And we are specifically looking to model the Bremsstrahlung radiation/ X-Ray Emission?

Yes openmc can simulate photons. change the my_source.particle=='photon' as it defaults to neutron

from inertial_fusion_openmc_dagmc_paramak_example.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.