vtkcompositionmodule.hpp
Go to the documentation of this file.
186 fugacity_[compIdx][I] = Toolbox::value(intQuants.fluidState().fugacity(/*phaseIdx=*/0, compIdx));
void commitPhaseComponentBuffer_(BaseOutputWriter &baseWriter, const char *pattern, PhaseComponentBuffer &buffer, BufferType bufferType) Add a phase and component specific quantities to the output. Definition: baseoutputmodule.hh:369 void commitComponentBuffer_(BaseOutputWriter &baseWriter, const char *pattern, ComponentBuffer &buffer, BufferType bufferType) Add a component-specific buffer to the result file. Definition: baseoutputmodule.hh:353 std::array< ScalarBuffer, numComponents > ComponentBuffer Definition: baseoutputmodule.hh:92 std::array< std::array< ScalarBuffer, numComponents >, numPhases > PhaseComponentBuffer Definition: baseoutputmodule.hh:93 void resizePhaseComponentBuffer_(PhaseComponentBuffer &buffer, BufferType bufferType) Allocate the space for a buffer storing a phase and component specific buffer. Definition: baseoutputmodule.hh:224 void resizeComponentBuffer_(ComponentBuffer &buffer, BufferType bufferType) Allocate the space for a buffer storing a component specific quantity. Definition: baseoutputmodule.hh:211 VTK output module for the fluid composition. Definition: vtkcompositionmodule.hpp:57 void processElement(const ElementContext &elemCtx) override Modify the internal buffers according to the intensive quantities relevant for an element. Definition: vtkcompositionmodule.hpp:126 void commitBuffers(BaseOutputWriter &baseWriter) override Add all buffers to the VTK output writer. Definition: vtkcompositionmodule.hpp:195 void allocBuffers() override Allocate memory for the scalar fields we would like to write to the VTK file. Definition: vtkcompositionmodule.hpp:96 static void registerParameters() Register all run-time parameters for the Vtk output module. Definition: vtkcompositionmodule.hpp:87 VtkCompositionModule(const Simulator &simulator) Definition: vtkcompositionmodule.hpp:78 Declare the properties used by the infrastructure code of the finite volume discretizations. Definition: blackoilboundaryratevector.hh:39 typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(.... Definition: propertysystem.hh:233 This file provides the infrastructure to retrieve run-time parameters. The Opm property system, traits with inheritance. Struct holding the parameters for VtkCompositionModule. Definition: vtkcompositionparams.hpp:49 bool fugacityCoeffOutput_ Definition: vtkcompositionparams.hpp:62 bool totalMoleFracOutput_ Definition: vtkcompositionparams.hpp:59 bool moleFracOutput_ Definition: vtkcompositionparams.hpp:57 bool molarityOutput_ Definition: vtkcompositionparams.hpp:60 bool massFracOutput_ Definition: vtkcompositionparams.hpp:56 bool totalMassFracOutput_ Definition: vtkcompositionparams.hpp:58 bool fugacityOutput_ Definition: vtkcompositionparams.hpp:61 static void registerParameters() Registers the parameters in parameter system. |