Skip to content

Missing functions from Matlab toolbox #379

@speth

Description

@speth

The Matlab toolbox is currently missing the following functions, for which clib wrapper functions already exist. For some of these, just the .m file is missing, and for others there is no implementation of the Matlab wrapper function.

  • Kinetics.getDeltaEnthalpy (via kin_getDelta)
  • Kinetics.getDeltaEntropy (via kin_getDelta)
  • Kinetics.getDeltaGibbs (via kin_getDelta)
  • Kinetics.getDeltaSSEnthalpy (via kin_getDelta)
  • Kinetics.getDeltaSSEntropy (via kin_getDelta)
  • Kinetics.getDeltaSSGibbs (via kin_getDelta)
  • Surface.setSiteDensity
  • Surface.siteDensity
  • Mixture.nAtoms
  • Mixture.speciesMoles
  • Mixture.elementMoles
  • FlowDevice.setMaster
  • Wall.setEmissivity
  • Reactor.addSensitivityReaction
  • ReactorNet.setSensitivityTolerances
  • ReactorNet.sensitivity
  • ReactorSurface.addSensitivityReaction
  • Domain.clear
  • Domain.lowerBound
  • Domain.upperBound
  • Domain.rtol
  • Domain.atol
  • StFlow.setTransport
  • StFlow.enableSoret
  • StFlow.pressure
  • Sim1D.clear
  • Sim1D.getInitialSoln
  • Sim1D.setGridMin
  • Sim1D.setFixedTemperature

Implementing these methods may not be worthwhile if a full rewrite of the Matlab toolbox is going to happen at some point.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions