def _clone(self, *args):
        if len(args) != 0:
            raise AssertionError("len( args ) != 0")

        obj = adjointOutletVelocityFvPatchVectorField(self)

        return ref.tmp_fvPatchField_vector(obj)
    def _clone( self, *args ) :
        if len( args ) != 0 :
            raise AssertionError( "len( args ) != 0" )

        obj = adjointOutletVelocityFvPatchVectorField( self )

        return ref.tmp_fvPatchField_vector( obj )
    def _clone__DimensionedField_vector_volMesh( self, *args ) :
        if len( args ) != 1 :
            raise AssertionError( "len( args ) != 1" )
        argc = 0

        try:
            ref.DimensionedField_vector_volMesh.ext_isinstance( args[ argc ] )
        except TypeError:
            raise AssertionError( "args[ argc ].__class__ != DimensionedField_scalar_volMesh" )
        iF = args[ argc ]; argc += 1

        obj = adjointOutletVelocityFvPatchVectorField( self, iF )
        
        return ref.tmp_fvPatchField_vector( obj )
    def _clone__DimensionedField_vector_volMesh(self, *args):
        if len(args) != 1:
            raise AssertionError("len( args ) != 1")
        argc = 0

        try:
            ref.DimensionedField_vector_volMesh.ext_isinstance(args[argc])
        except TypeError:
            raise AssertionError(
                "args[ argc ].__class__ != DimensionedField_scalar_volMesh")
        iF = args[argc]
        argc += 1

        obj = adjointOutletVelocityFvPatchVectorField(self, iF)

        return ref.tmp_fvPatchField_vector(obj)
    def new_dictionary(self, p, iF, dict_):
        obj = adjointOutletVelocityFvPatchVectorField(p, iF, dict_)

        return ref.tmp_fvPatchField_vector(obj)
    def new_patchMapper(self, ptf, p, iF, m):
        obj = adjointOutletVelocityFvPatchVectorField(ptf, p, iF, m)

        return ref.tmp_fvPatchField_vector(obj)
    def new_patch(self, p, iF):
        obj = adjointOutletVelocityFvPatchVectorField(p, iF)

        return ref.tmp_fvPatchField_vector(obj)
 def new_dictionary( self, p, iF, dict_ ):
     obj = adjointOutletVelocityFvPatchVectorField( p, iF, dict_ )
     
     return ref.tmp_fvPatchField_vector( obj )
    def new_patchMapper( self, ptf , p, iF, m ):
        obj = adjointOutletVelocityFvPatchVectorField( ptf , p, iF, m )

        return ref.tmp_fvPatchField_vector( obj )
 def new_patch( self, p, iF ):
     obj = adjointOutletVelocityFvPatchVectorField( p,iF )
     
     return ref.tmp_fvPatchField_vector( obj )