38#ifndef cyclicLduInterfaceField_H
39#define cyclicLduInterfaceField_H
86 virtual int rank()
const = 0;
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
virtual ~cyclicLduInterfaceField()=default
Destructor.
cyclicLduInterfaceField()=default
Construct null.
virtual int rank() const =0
Return rank of component for transform.
virtual const tensorField & forwardT() const =0
Return face transformation tensor.
TypeName("cyclicLduInterfaceField")
Runtime type information.
virtual bool doTransform() const =0
Is the transform required.
virtual const tensorField & reverseT() const =0
Return neighbour-cell transformation tensor.
void transformCoupleField(Field< Type > &f) const
Transform given patch field.
refinementData transform(const tensor &, const refinementData val)
No-op rotational transform for base types.
Field< solveScalar > solveScalarField
Field< tensor > tensorField
Specialisation of Field<T> for tensor.
Forward declarations of the specialisations of Field<T> for scalar, vector and tensor.
Basic run-time type information using word as the type's name. Used to enhance the standard RTTI to c...
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.