Skip to content

Commit

Permalink
Forgot to add the coefficients field to state for the partition coeff…
Browse files Browse the repository at this point in the history
…icient method
  • Loading branch information
mbahlali committed Nov 21, 2023
1 parent d9cafb4 commit 04a261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ICFERST/src/Extract_From_State.F90
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ subroutine pack_multistate(npres, state, packed_state, &
type(vector_field), pointer :: velocity, position, vfield, ldvfield, tdvfield
type(tensor_field), pointer :: tfield, p2, d2, drhodp
type(vector_field) :: porosity, vec_field, porous_density, porous_density_initial, porous_heat_capacity, &
Longitudinal_Dispersivity, Transverse_Dispersivity, porous_density_old
Longitudinal_Dispersivity, Transverse_Dispersivity, porous_density_old, K_A, K_const, K_c, K_T, K_c2, K_T2, K_cT
type(vector_field) :: p_position, u_position, m_position
type(tensor_field) :: permeability, ten_field, porous_thermal_conductivity
type(mesh_type), pointer :: ovmesh, element_mesh
Expand Down

0 comments on commit 04a261f

Please sign in to comment.