EPR - PROBES
EPR1
Probe number #1 of type S1 requires at least one fluid phase definition. There is no fluid phase present in the cfg.
Probe types "volumeprobe", "surfaceprobe" and "flowrateprobe" require at least one FLUID phase definition in the cfg. Please remove the probes from the cfg or add a FLUID phase to the cfg to proceed.
EPR2
Unknown probe type S1 for probe number #1.
Only "volumeprobe", "surfaceprobe", "solidprobe" and "flowrateprobe" are recognized probe types. Typographical errors may lead to this messsage.
EPR3
No normal vector has been specified for probe S1.
A probe requiring a normal vector is missing "probe_nrmvec" in its definition.
EPR4
The normal vector specified for probe S1 has zero magnitude.
A probe requiring a normal vector "probe_nrmvec" has a zero magnitude vector in its definition.
EPR5
No normal vector has been specified for probe S1.
A probe requiring a normal vector is missing "probe_nrmvec" in its definition.
EPR6
The normal vector specified for probe S1 has zero magnitude.
A probe requiring a normal vector "probe_nrmvec" has a zero magnitude vector in its definition.
EPR7
The parallel vector specified for probe S1 has zero magnitude.
A probe requiring a parallel vector "probe_tanvec" has a zero magnitude vector in its definition.
EPR8
Parallel and normal vectors specified for probe S1 are not sufficiently perpendicular.
The dot product of parallel and normal vectors defined for a flowrate probe is larger than 1.0e-3.
EPR9
Probe S1 is attached to phase number #1, which is greater than the total number of phases at #2.
The requested phase number in "probe_phase" exceeds the number of phases defined in the "phases" section.
EPR10
Probe S1 is attached to phase number #1, which is not a moving wall.
The requested phase number "probe_phase" for a "volumeprobe", "surfaceprobe" or "flowrateprobe" movement does not point to a MOVINGWALL in "phases" section.
EPR11
Probe S1 is attached to phase number #1, which is not a wall or a moving wall.
The requested phase number "probe_phase" for a "solidprobe" points neither to a WALL nor a MOVINGWALL in "phases" section.
EPR12
Probe S1 is not attached to a phase. Solid probes must attach to a wall or a moving wall to sample from.
A "solidprobe" must have a defined "probe_phase" pointing to WALL or MOVINGWALL phase in the "phases" section.
EPR13
Failed to compute parallel vector for probe S1. Please specify the parallel vector manually using "probe_tanvec" field.
The solver was not able to compute the parallel vector of a flowrate probe using the probe points. This error may point to an issue within the probe file. Specifying "probe_tanvec" in the cfg will circumvent this error message.
EPR14
The computed parallel vector for probe S1 is not perpendicular to the specified normal vector. Please specify the parallel vector manually using "probe_tanvec" field.
The parallel vector of a flowrate probe computed by the solver is not perpendicular to the probe normal "probe_nrmvec" specified in the cfg (dot product greater than 1.0e-3). This may point to possible issues with probe points file. Specifying the "probe_tanvec" directly in the cfg will circumvent this error.