idaholab / TMAP8

Tritium Migration Analysis Program, Version 8
https://mooseframework.inl.gov/TMAP8/
GNU Lesser General Public License v2.1
15 stars 19 forks source link

Documentation build is failing #40

Closed cticenhour closed 1 year ago

cticenhour commented 1 year ago

Documentation build is currently failing on CIVET: https://civet.inl.gov/job/1270817/

Seems to be due to the merge of idaholab/moose#22712. TMAP8 is missing syntax related to Thermochimica. Tagging @dschwen for awareness. Not sure when I will be able to get to this - perhaps tomorrow.

FuerstT commented 1 year ago

@cticenhour is this for documentation on https://mooseframework.inl.gov/TMAP8/syntax/tmap_only.html?

I noticed some missing features, particularly the surface reaction boundary condition (recombination and dissociation). Or is my memory just failing me?

cticenhour commented 1 year ago

No, this particular failure is due to a syntax configuration issue more than likely, which is affecting the entire site build.

The BCs you mentioned are documented on https://mooseframework.inl.gov/TMAP8/syntax/ which shows all available objects for a TMAP8 input and not only those housed in this repository (which is what the link you posted is showing). Many objects were moved to the MOOSE Scalar Transport Module as of #32. Via the link I shared, see the documentation for BinaryRecombinationBC and DissociationBC. Hope this helps!

cticenhour commented 1 year ago

Fixed up CIVET recipe to pull optional thermochimica submodule for the MOOSE chemical reactions module. Documentation build is passing (https://civet.inl.gov/job/1276394/) and website can update once again.

This issue can be closed.