mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- aligns calling signatures with wordList, for possible future replacement - drop construct from const char** (can use initializer_list instead) ENH: replace hashedWordList with plain wordList in triSurfaceLoader - additional hashing optimisation (and overhead) is not worth it for the comparatively small lists of surfaces used.
5 lines
207 B
C
5 lines
207 B
C
const volScalarField& psi = thermo.psi();
|
|
const volScalarField& T = thermo.T();
|
|
regionModels::surfaceFilmModel& surfaceFilm = tsurfaceFilm();
|
|
const label inertIndex(composition.species().find(inertSpecie));
|