Skip to content

Conversation

@alexrlongne
Copy link
Collaborator

Background

  • We'd like to compare the moment method and IMC on a common radiation test problem

Description of Changes

  • Add pgen input for crooked pipe with geometric density and temperature specifications
  • Modify pgen.hpp to include crooked pipe case
  • Modify params.yaml to include crooked pipe defaults

Checklist

  • New features are documented
  • Tests added for bug fixes and new features
  • (@lanl.gov employees) Update copyright on changed files

+ Add pgen/crooked_pipe.hpp with specific geometric crooked pipe
 density and source parameters
+ Update list in params.yaml to include crooked pipe input options
 and defaults
+ Update if/else list in pgen.hpp to include crooked_pipe
+ Add crooked pipe input file
// * density of thin regions using rho_thin
// * density of thick regions using rho_thick
// * initial material and radiation temperature of all cell using t_init
if (do_imc) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suppose for moments, this if-check could be moved to be just around the jaybenne::InitializeRadiation invocation below.

+ Disable gas (don't merge!)
+ Fix regions in inputs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants