Skip to content

Commit

Permalink
hit formatting of microstructure input files
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Pabon committed Jun 27, 2024
1 parent aadb385 commit ae44058
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/sps/microstructure/sps_elec_2D_YOvac.i
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
gbindex = 1e6
surfindex = 1e9
[]
# Everything else
# Everything else
[ns_y_min]
type = DerivativeParsedMaterial
property_name = ns_y_min
Expand Down
3 changes: 2 additions & 1 deletion examples/sps/microstructure/sps_elec_2D_YOvac_T.i
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
order = CONSTANT
family = MONOMIAL
[]
[Q_joule] #Problem units of eV/nm^3/s
[Q_joule]
#Problem units of eV/nm^3/s
order = CONSTANT
family = MONOMIAL
[]
Expand Down
2 changes: 1 addition & 1 deletion examples/sps/microstructure/sps_elec_2D_Yvac.i
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
property_name = specific_heat
coupled_variables = 'T'
constant_names = 'molar_mass JtoeV cm3tonm3'
constant_expressions = '225.81 1.602e-19 1e-21' #
constant_expressions = '225.81 1.602e-19 1e-21' #
expression = 'if(T<1503.7, (3.0183710318246e-19 * T^7 - 2.03644357435399e-15 * T^6
+ 5.75283959486472e-12 * T^5 - 8.8224198737065e-09 * T^4
+ 7.96030446457309e-06 * T^3 - 0.00427362972278911 * T^2
Expand Down

0 comments on commit ae44058

Please sign in to comment.