-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nlte and p1 model rebase #239
base: main
Are you sure you want to change the base?
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c9e4c0 - Browse repository at this point
Copy the full SHA 3c9e4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7adbbd - Browse repository at this point
Copy the full SHA b7adbbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d952f01 - Browse repository at this point
Copy the full SHA d952f01View commit details -
Fix issue with negative unphisical number densities. Negative values …
…odduc due to interpolation error so we force this value to zero in face_integrator.cpp and BCintegrator.cpp. We also check for negative values at the end of the iteration with Check_undershoot. undershoot can occur due to discretisation error in the solution of the transport equation. The use of a TVD scheme could mitigate this effect.
Configuration menu - View commit details
-
Copy full SHA for ba1057d - Browse repository at this point
Copy the full SHA ba1057dView commit details -
An attempt to run the two-temperature plasma model but it failed. The…
… electron number density approaches zero at remote regions and Te goes to inf. We need to think how to address this one.
Configuration menu - View commit details
-
Copy full SHA for 8c3441d - Browse repository at this point
Copy the full SHA 8c3441dView commit details -
Added a input-file flag to enable saving the temperature field. This …
…field is to be read by the P1 stand-alone code.
Configuration menu - View commit details
-
Copy full SHA for 072dbeb - Browse repository at this point
Copy the full SHA 072dbebView commit details -
The coupling of the P1 radiation model is complete. The input file ha…
…s been modified to add options for the P1 model. some h5 files related to P1 have been added to test/rad-data
Configuration menu - View commit details
-
Copy full SHA for 6d8a75a - Browse repository at this point
Copy the full SHA 6d8a75aView commit details -
I have added a class RadiativeDecay to deal with radiative decay reac…
…tions. It is a low level class. Currently it can huddle specific reactions for our specific chemistry model like Ar(4p) -> Ar(r), Ar(4p) -> Ar(m), and Ar(r) -> Ar(g). It calculates the effective Einstein A coefficients for these reactions based on the A coef of the transitions involved with these lumped species. For the number densities of the internal states, we just assume that they are bolzmann distributed at a given Te evaluated by the model. The method also calculates the escape factors and consider them in the evaluation of the effective A coef.
Configuration menu - View commit details
-
Copy full SHA for de27f14 - Browse repository at this point
Copy the full SHA de27f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e96715 - Browse repository at this point
Copy the full SHA 5e96715View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9585d0 - Browse repository at this point
Copy the full SHA a9585d0View commit details -
Fixed issue with the order of the species. I have added the functions…
… SetStateIndices and SetSpeciesIndices in class GasMixture to set an idenx system for the sate variables and species variables. These indeces are used in GasMixture and derived classes.
Configuration menu - View commit details
-
Copy full SHA for 274a56b - Browse repository at this point
Copy the full SHA 274a56bView commit details -
I made some changes to test-table.cpp to make it compatible with the …
…changes in h5ReadTable. h5ReadTable now gets groupName as an extra argument.
Configuration menu - View commit details
-
Copy full SHA for 3c8bc24 - Browse repository at this point
Copy the full SHA 3c8bc24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de5aa6 - Browse repository at this point
Copy the full SHA 5de5aa6View commit details -
Fixed an if statement in M2ulPhyS.cpp related to the selection of the…
… radiation_ class that was causing some tests to fail.
Configuration menu - View commit details
-
Copy full SHA for 2895528 - Browse repository at this point
Copy the full SHA 2895528View commit details
Commits on Oct 20, 2023
-
fixed some issues in source_term related with the selection of the ra…
…diation model that caused some tests to fail.
Configuration menu - View commit details
-
Copy full SHA for f5b0c59 - Browse repository at this point
Copy the full SHA f5b0c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f038b - Browse repository at this point
Copy the full SHA 00f038bView commit details -
moved the rad-data for nec in rad-data/NEC/ and chenged the paths in …
…the plasma.lte1/2d.ini input files.
Configuration menu - View commit details
-
Copy full SHA for 5208f37 - Browse repository at this point
Copy the full SHA 5208f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f57c4 - Browse repository at this point
Copy the full SHA 19f57c4View commit details