Skip to content

Commit

Permalink
deploy: 2415513
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed Dec 10, 2024
1 parent 94bc474 commit 66e61a8
Show file tree
Hide file tree
Showing 781 changed files with 2,286 additions and 51 deletions.
32 changes: 32 additions & 0 deletions _sources/theory/dft/ideal_gas.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Ideal gas properties
Classical DFT can be used to rapidly determine the ideal gas limit of fluids in porous media. In an ideal gas, there are no interactions between the fluid molecules and therefore the residual Helmholtz energy $F^\mathrm{res}$ and its derivatives vanish. Note that this is only the case for spherical or heterosegmented molecules ($m_\alpha=1$), as the chain contribution in the homosegmented model contains intramolecular interactions. The ideal gas density profile can then be obtained directly from the [Euler-Lagrange equation](euler_lagrange_equation.md):

$$\rho_\alpha^\mathrm{ig}(\mathbf{r})=\rho_\alpha^\mathrm{b}e^{-\beta V_\alpha^\mathrm{ext}(\mathbf{r})}\prod_{\alpha'}I^\mathrm{ig}_{\alpha\alpha'}(\mathbf{r})$$ (eqn:rho_ideal_gas)

$$I^\mathrm{ig}_{\alpha\alpha'}(\mathbf{r})=\int e^{-\beta V_{\alpha'}^\mathrm{ext}(\mathbf{r'})}\left(\prod_{\alpha''\neq\alpha}I^\mathrm{ig}_{\alpha'\alpha''}(\mathbf{r'})\right)\omega_\mathrm{chain}^{\alpha\alpha'}(\mathbf{r}-\mathbf{r'})\mathrm{d}\mathbf{r'}$$

Either from the derivatives presented [previously](derivatives.md), or from directly calculating derivatives of eq. {eq}`eqn:euler_lagrange_mu`, the **Henry coefficient** $H_\alpha$ can be calculated, as

$$H_\alpha(T)=\left(\frac{\partial N_\alpha^\mathrm{ig}}{\partial p_\alpha}\right)_{T,x_k}=\int\left(\frac{\partial\rho_\alpha^\mathrm{ig}(\mathbf{r})}{\partial p_\alpha}\right)_{T,x_k}\mathrm{d}\mathbf{r}=\beta\int e^{-\beta V_\alpha^\mathrm{ext}(\mathbf{r})}\prod_{\alpha'}I^\mathrm{ig}_{\alpha\alpha'}(\mathbf{r})\mathrm{d}\mathbf{r}$$

By construction the Henry coefficients for all segments $\alpha$ of a molecule $i$ are identical. Therefore, the number of adsorbed molecules in an ideal gas state (the Henry regime) can be calculated from

$$N_i^\mathrm{ig}=k_\mathrm{B}T\rho_i^\mathrm{b}H_i(T)$$

The expression can be used in the general equation for the **enthalpy of adsorption** (see [here](enthalpy_of_adsorption.md))

$$0=\sum_j\left(\frac{\partial N_i^\mathrm{ig}}{\partial\mu_j}\right)_T\Delta h_j^\mathrm{ads,ig}+T\left(\frac{\partial N_i^\mathrm{ig}}{\partial T}\right)_{p,x_k}$$

to simplify to

$$0=\rho_i^\mathrm{b}H_i(T)\Delta h_i^\mathrm{ads,ig}+k_\mathrm{B}T^2\rho_i^\mathrm{b}H_i'(T)$$

and finally

$$\Delta h_i^\mathrm{ads,ig}=-k_\mathrm{B}T^2\frac{H_i'(T)}{H_i(T)}$$

For a spherical molecule without bond integrals, the derivative can be evaluated straightforwardly to yield

$$\Delta h_i^\mathrm{ads,ig}=\frac{\int\left(k_\mathrm{B}T-V_i^\mathrm{ext}(\mathbf{r})\right)e^{-\beta V_i^\mathrm{ext}(\mathbf{r})}\mathrm{d}\mathbf{r}}{\int e^{-\beta V_i^\mathrm{ext}(\mathbf{r})}\mathrm{d}\mathbf{r}}$$

Analytical derivatives of the bond integrals can be determined, however, in $\text{FeO}_\text{s}$ automatic differentiation with dual numbers is used to obtain correct derivatives with barely any implementation overhead.
1 change: 1 addition & 0 deletions _sources/theory/dft/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This section explains the implementation of the core expressions from classical
solver
derivatives
enthalpy_of_adsorption
ideal_gas
pdgt
```

Expand Down
1 change: 1 addition & 0 deletions api/dft.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/dippr.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/eos.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/epcsaft.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/gc_pcsaft.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.BinaryRecord.__init__.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.BinaryRecord.from_json.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.BinaryRecord.from_json_str.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.BinaryRecord.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.BinaryRecord.to_json_str.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.ChemicalRecord.__init__.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.ChemicalRecord.from_json_str.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.ChemicalRecord.from_smiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.ChemicalRecord.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.ChemicalRecord.to_json_str.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.Identifier.__init__.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.Identifier.from_json_str.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.Identifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions api/generated/feos.cubic.Identifier.to_json_str.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/solver.html">DFT solvers</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/derivatives.html">Derivatives of density profiles</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/enthalpy_of_adsorption.html">Enthalpy of adsorption and the Clausius-Clapeyron relation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/ideal_gas.html">Ideal gas properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../theory/dft/pdgt.html">Predictive density gradient theory</a></li>
</ul>
</li>
Expand Down
Loading

0 comments on commit 66e61a8

Please sign in to comment.