Skip to content

Cpd cv fix

Hang Zhou requested to merge CPD_CV_fix into master
  1. Adding an option to turn off radiation between particle and gas.
  2. Modifying the mixing term in the Jacobian matrix for gas-phase under constant volume condition.
  3. Adding weight functions to the source terms of variables solved for CPD model, so that these variables (like the mass of labile bridge) will not be negative.
  4. Adding a missing mixing term in the Jacobian matrix for particle equations, dmixingPartdV.
  5. Changing the method to give particle loadings for solid and liquid particles. Particle loadings are given in the input file directly, instead of giving the number of particles and calculating particle loading from that.
  6. The tags name of heat transfer coefficient and surroundings temperature are changed to be lower case, the same as other tags name.

The GS needs to be regenerated. The reasons for that are:

  1. Change 1 above: The radiation between particle and gas is turned off by default now, which is ON before. This affects all the particle tests.
  2. Change 2 above affects the dual time step calculation for particle tests under constant volume condition.
  3. Change 4 above affects the dual time step calculation for all particle tests.
  4. Change 5 above affects the number of particles in the inflow rate and in the reactor per gas mass.
  5. Change 6 above: heat transfer coefficient and surroundings temperature are saved by default so that this change of tag names affects all the tests.

Merge request reports