speccon

Solving soil consolidation PDE’s using the spectral method

The speccon sub-package uses the spectral method (usually the spectral Galerkin method) to solve the partial differential equations arising in soil consolidation problems.

See Also

geotecha.consolidation : Other implementations of soil consolidation problems.

Modules:

integrals Integrals and eigenvalues for consolidation using spectral methods.
integrals_generate_code Use sympy to generate code for generating spectral method matrix subroutines
speccon1d This module has functions classes and common functionality for one dimensinal Spectral Galerkin methods.
speccon1d_unsat Multilayer consolidation of unsaturated soil using the spectral Galerkin method.
speccon1d_unsat_interactive This is really just way to interactively run a speccon1d_unsat analysis without polluting the the if __name__ == ‘__main__’ area of geotecha.speccon.speccon1d_unsat
speccon1d_vr Multilayer consolidation with vertical drains using the spectral Galerkin method.
speccon1d_vr_interactive This is really just way to interactively run a speccon1d_vr analysis without polluting the the if __name__ == ‘__main__’ area of geotecha.speccon.speccon1d_vr
speccon1d_vrc Multilayer consolidation with stone columns including vertical and radial drainage using the spectral Galerkin method.
speccon1d_vrc_interactive This is really just way to interactively run a speccon1d_vrc analysis without polluting the the if __name__ == ‘__main__’ area of geotecha.speccon.speccon1d_vrc
speccon1d_vrw Multilayer consolidation with vertical drains including well resistance using the spectral Galerkin method.
speccon1d_vrw_interactive This is really just way to interactively run a speccon1d_vrw analysis without polluting the the if __name__ == ‘__main__’ area of geotecha.speccon.speccon1d_vrw